|
|
@ -7,7 +7,7 @@
|
|
|
|
<!-- Personal styles -->
|
|
|
|
<!-- Personal styles -->
|
|
|
|
|
|
|
|
|
|
|
|
<Style x:Key="recipeCase" TargetType="Border">
|
|
|
|
<Style x:Key="recipeCase" TargetType="Border">
|
|
|
|
<Setter Property="BackgroundColor" Value="LightGray"/>
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}"/>
|
|
|
|
<Setter Property="WidthRequest" Value="250"/>
|
|
|
|
<Setter Property="WidthRequest" Value="250"/>
|
|
|
|
<Setter Property="HeightRequest" Value="200"/>
|
|
|
|
<Setter Property="HeightRequest" Value="200"/>
|
|
|
|
<Setter Property="StrokeShape" Value="{RoundRectangle CornerRadius='10'}"/>
|
|
|
|
<Setter Property="StrokeShape" Value="{RoundRectangle CornerRadius='10'}"/>
|
|
|
@ -15,16 +15,16 @@
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
<Style x:Key="button1" TargetType="Button">
|
|
|
|
<Style x:Key="button1" TargetType="Button">
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Black}"/>
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}"/>
|
|
|
|
<Setter Property="BackgroundColor" Value="{StaticResource Tertiary}"/>
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Tertiary}, Dark={StaticResource Gray500}}"/>
|
|
|
|
<Setter Property="CornerRadius" Value="5"/>
|
|
|
|
<Setter Property="CornerRadius" Value="5"/>
|
|
|
|
<Setter Property="MaximumHeightRequest" Value="20"/>
|
|
|
|
<Setter Property="MaximumHeightRequest" Value="20"/>
|
|
|
|
<Setter Property="Margin" Value="15, 5"/>
|
|
|
|
<Setter Property="Margin" Value="15, 5"/>
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
<Style x:Key="button2" TargetType="Button">
|
|
|
|
<Style x:Key="button2" TargetType="Button">
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource White}"/>
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource White}}"/>
|
|
|
|
<Setter Property="BackgroundColor" Value="{StaticResource Primary}"/>
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource Gray400}}"/>
|
|
|
|
<Setter Property="CornerRadius" Value="5"/>
|
|
|
|
<Setter Property="CornerRadius" Value="5"/>
|
|
|
|
<Setter Property="MaximumHeightRequest" Value="20"/>
|
|
|
|
<Setter Property="MaximumHeightRequest" Value="20"/>
|
|
|
|
<Setter Property="Margin" Value="15, 5"/>
|
|
|
|
<Setter Property="Margin" Value="15, 5"/>
|
|
|
|