change
continuous-integration/drone/push Build is failing Details

master
cedric.charbonnel 2 years ago
parent 74514166ce
commit ed49ceaec8

@ -406,9 +406,12 @@
<Setter Property="Background" Value="Blue" /> <Setter Property="Background" Value="Blue" />
</Style> </Style>
<Style TargetType="Label" x:Key="LabelEnGras"> <Style TargetType="Label" x:Key="LabelPerso">
<Setter Property="FontWeight" Value="Bold" /> <Setter Property="TextColor" Value="Red" />
<Setter Property="Foreground" Value="Red" /> <Setter Property="FontSize" Value="18" />
<Setter Property="FontAttributes" Value="Bold" />
<Setter Property="HorizontalOptions" Value="Center" />
<Setter Property="VerticalOptions" Value="Center" />
</Style> </Style>
<Style TargetType="Label" x:Key="LabelRouge"> <Style TargetType="Label" x:Key="LabelRouge">

Loading…
Cancel
Save