|
|
@ -24,8 +24,8 @@
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
<Style TargetType="Button">
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Primary}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource Black}}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource Primary}}" />
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
<Setter Property="CornerRadius" Value="8"/>
|
|
|
|
<Setter Property="CornerRadius" Value="8"/>
|
|
|
@ -118,6 +118,7 @@
|
|
|
|
</VisualStateGroup>
|
|
|
|
</VisualStateGroup>
|
|
|
|
</VisualStateGroupList>
|
|
|
|
</VisualStateGroupList>
|
|
|
|
</Setter>
|
|
|
|
</Setter>
|
|
|
|
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Frame">
|
|
|
|
<Style TargetType="Frame">
|
|
|
@ -352,7 +353,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Page" ApplyToDerivedTypes="True">
|
|
|
|
<Style TargetType="Page" ApplyToDerivedTypes="True">
|
|
|
|
<Setter Property="Padding" Value="0"/>
|
|
|
|
<Setter Property="Padding" Value="0"/>
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Secondary}}" />
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Shell" ApplyToDerivedTypes="True">
|
|
|
|
<Style TargetType="Shell" ApplyToDerivedTypes="True">
|
|
|
@ -362,9 +363,9 @@
|
|
|
|
<Setter Property="Shell.DisabledColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray950}}" />
|
|
|
|
<Setter Property="Shell.DisabledColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray950}}" />
|
|
|
|
<Setter Property="Shell.UnselectedColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray200}}" />
|
|
|
|
<Setter Property="Shell.UnselectedColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray200}}" />
|
|
|
|
<Setter Property="Shell.NavBarHasShadow" Value="False" />
|
|
|
|
<Setter Property="Shell.NavBarHasShadow" Value="False" />
|
|
|
|
<Setter Property="Shell.TabBarBackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
|
|
|
|
<Setter Property="Shell.TabBarBackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Secondary}}" />
|
|
|
|
<Setter Property="Shell.TabBarForegroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="Shell.TabBarForegroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="Shell.TabBarTitleColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="Shell.TabBarTitleColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource Primary}}" />
|
|
|
|
<Setter Property="Shell.TabBarUnselectedColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
<Setter Property="Shell.TabBarUnselectedColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|