|
|
|
@ -146,9 +146,11 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular" />
|
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Primary}}" />
|
|
|
|
|
<Setter Property="FontFamily" Value="Arial" />
|
|
|
|
|
<Setter Property="FontSize" Value="15" />
|
|
|
|
|
<Setter Property="Margin" Value="5"/>
|
|
|
|
|
<Setter Property="VerticalTextAlignment" Value="Center"/>
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
|