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

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

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

Loading…
Cancel
Save