Modification couleurs et styles

Popup_qui_marche_pas
Anthony RICHARD 2 years ago
parent de2c151e14
commit 09aeb048c6

@ -4,9 +4,9 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
<Color x:Key="Primary">#DFD7F7</Color>
<Color x:Key="Secondary">#070707</Color>
<Color x:Key="Tertiary">#7F7F00</Color>
<Color x:Key="Primary">White</Color>
<Color x:Key="Secondary">Black</Color>
<Color x:Key="Tertiary">#495057</Color>
<Color x:Key="White">White</Color>
<Color x:Key="Black">Black</Color>
<Color x:Key="Gray100">#E1E1E1</Color>

@ -146,9 +146,11 @@
</Style>
<Style TargetType="Label">
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
<Setter Property="FontFamily" Value="OpenSansRegular" />
<Setter Property="FontSize" Value="14" />
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Primary}}" />
<Setter Property="FontFamily" Value="Arial" />
<Setter Property="FontSize" Value="15" />
<Setter Property="Margin" Value="5"/>
<Setter Property="VerticalTextAlignment" Value="Center"/>
<Setter Property="VisualStateManager.VisualStateGroups">
<VisualStateGroupList>
<VisualStateGroup x:Name="CommonStates">

Loading…
Cancel
Save