diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml index 7b8f44162..8dc485134 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml @@ -25,8 +25,8 @@ @@ -460,10 +460,10 @@ ItemsSource="{Binding TimeFormatList}" SelectedItem="{Binding TimeFormat}" /> + OnContent="{DynamicResource enable}" />  @@ -502,10 +502,10 @@ ItemsSource="{Binding DateFormatList}" SelectedItem="{Binding DateFormat}" /> + OnContent="{DynamicResource enable}" />  @@ -534,10 +534,10 @@ x:Name="Animation" Grid.Row="0" Grid.Column="2" + Margin="0,0,18,0" IsOn="{Binding UseAnimation, Mode=TwoWay}" OffContent="{DynamicResource disable}" - OnContent="{DynamicResource enable}" - Style="{DynamicResource SideToggleSwitch}" /> + OnContent="{DynamicResource enable}" /> @@ -620,10 +620,10 @@ x:Name="SoundEffect" Grid.Row="0" Grid.Column="2" + Margin="0,0,18,0" IsOn="{Binding UseSound, Mode=TwoWay}" OffContent="{DynamicResource disable}" - OnContent="{DynamicResource enable}" - Style="{DynamicResource SideToggleSwitch}" /> + OnContent="{DynamicResource enable}" />