|
|
|
@ -126,7 +126,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- Toggle switch -->
|
|
|
|
|
<Style Selector="ToggleSwitch">
|
|
|
|
|
<Setter Property="materialAssists:ToggleSwitchAssist.SwitchThumbOffBackground" Value="{DynamicResource MaterialBackgroundBrush}" />
|
|
|
|
|
<Setter Property="materialAssists:ToggleSwitchAssist.SwitchThumbOffBackground" Value="{DynamicResource ToggleBackgroundBrush}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<!-- Tooltip -->
|
|
|
|
@ -137,4 +137,17 @@
|
|
|
|
|
<Setter Property="TextElement.FontStretch" Value="Normal" />
|
|
|
|
|
</Style>
|
|
|
|
|
</Application.Styles>
|
|
|
|
|
|
|
|
|
|
<Application.Resources>
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.ThemeDictionaries>
|
|
|
|
|
<ResourceDictionary x:Key="Default">
|
|
|
|
|
<SolidColorBrush x:Key="ToggleBackgroundBrush" Color="#FFFFFF" />
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
<ResourceDictionary x:Key="Dark">
|
|
|
|
|
<SolidColorBrush x:Key="ToggleBackgroundBrush" Color="#8E8E8E" />
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
</ResourceDictionary.ThemeDictionaries>
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
</Application.Resources>
|
|
|
|
|
</Application>
|