Mise à jour de 'LOLAPP/LOLAPP/Resources/Styles/Styles.xaml'
continuous-integration/drone/push Build is failing Details

master
Cedric CHARBONNEL 2 years ago
parent c950fbef84
commit 499b889b2e

@ -402,4 +402,28 @@
<Setter Property="SelectedTabColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" /> <Setter Property="SelectedTabColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
</Style> </Style>
<Style TargetType="Button" x:Key="BoutonArrondi">
<Setter Property="Background" Value="Blue" />
<Setter Property="Foreground" Value="White" />
<Setter Property="BorderRadius" Value="10" />
</Style>
<Style TargetType="Label" x:Key="LabelEnGras">
<Setter Property="FontWeight" Value="Bold" />
<Setter Property="Foreground" Value="Red" />
</Style>
<Style TargetType="TextBox" x:Key="ChampDeTexte">
<Setter Property="BorderBrush" Value="Gray" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Padding" Value="5" />
</Style>
<Style TargetType="ComboBox" x:Key="ListeDeroulante">
<Setter Property="Background" Value="Yellow" />
<Setter Property="FontStyle" Value="Italic" />
</Style>
</ResourceDictionary> </ResourceDictionary>

Loading…
Cancel
Save