fix: fix toggle switch font size.

This commit is contained in:
rabbitism 2023-03-22 13:25:07 +08:00
parent b0cba0e5a9
commit cd533c65bc

View File

@ -15,7 +15,6 @@
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="HorizontalContentAlignment" Value="Left" />
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}" />
<Setter Property="Template">
<ControlTemplate TargetType="ToggleSwitch">
<Grid