|
|
|
@ -16,8 +16,14 @@
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Diego}, Dark={StaticResource Peche}}"/>
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Pomme}, Dark={StaticResource Bordeaux}}" />
|
|
|
|
|
<Setter Property="FontSize" Value="Large"/>
|
|
|
|
|
<Setter Property="HeightRequest" Value="80"/>
|
|
|
|
|
<Setter Property="Margin" Value="200, 0"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Entry">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Diego}, Dark={StaticResource Peche}}"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button" x:Key="AccueilBouton">
|
|
|
|
|
<Setter Property="HeightRequest" Value="150" />
|
|
|
|
|