fix: fix toggle switch foreground issue.

This commit is contained in:
rabbitism 2023-03-22 11:50:38 +08:00
parent 34f0e53627
commit 3473c754a2

View File

@ -11,7 +11,6 @@
</StackPanel>
</Design.PreviewWith>
<ControlTheme x:Key="{x:Type ToggleSwitch}" TargetType="ToggleSwitch">
<Setter Property="Foreground" Value="{DynamicResource ToggleSwitchContentForeground}" />
<Setter Property="HorizontalAlignment" Value="Left" />
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="HorizontalContentAlignment" Value="Left" />