Browse Source
Merge pull request #7848 from trympet/fix-toggleswitch-typo
Fix ToggleSwitchFillOffDisabled resource key typo
pull/7859/head
Max Katz
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
src/Avalonia.Themes.Default/Controls/ToggleSwitch.xaml
-
src/Avalonia.Themes.Fluent/Controls/ToggleSwitch.xaml
|
|
|
@ -254,7 +254,7 @@ |
|
|
|
|
|
|
|
<Style Selector="ToggleSwitch:disabled /template/ Border#OuterBorder"> |
|
|
|
<Setter Property="BorderBrush" Value="{DynamicResource ToggleSwitchStrokeOffDisabled}"/> |
|
|
|
<Setter Property="Background" Value="{DynamicResource ToggleSwitchFillOffPressed}"/> |
|
|
|
<Setter Property="Background" Value="{DynamicResource ToggleSwitchFillOffDisabled}"/> |
|
|
|
</Style> |
|
|
|
|
|
|
|
<Style Selector="ToggleSwitch:disabled /template/ Ellipse#SwitchKnobOff"> |
|
|
|
|
|
|
|
@ -220,7 +220,7 @@ |
|
|
|
|
|
|
|
<Style Selector="ToggleSwitch:disabled /template/ Border#OuterBorder"> |
|
|
|
<Setter Property="BorderBrush" Value="{DynamicResource ToggleSwitchStrokeOffDisabled}"/> |
|
|
|
<Setter Property="Background" Value="{DynamicResource ToggleSwitchFillOffPressed}"/> |
|
|
|
<Setter Property="Background" Value="{DynamicResource ToggleSwitchFillOffDisabled}"/> |
|
|
|
</Style> |
|
|
|
|
|
|
|
<Style Selector="ToggleSwitch:disabled /template/ Ellipse#SwitchKnobOff"> |
|
|
|
|