ux: new style for ChangeViewModeSwitcher

This commit is contained in:
leo 2024-05-29 17:31:01 +08:00
parent fdc41515b7
commit 7154221946
2 changed files with 10 additions and 4 deletions

View file

@ -60,6 +60,12 @@
</Animation>
</Style.Animations>
</Style>
<Style Selector="Path.change_mode_switcher_icon">
<Setter Property="Fill" Value="{DynamicResource Brush.FG2}"/>
</Style>
<Style Selector="Button:pointerover Path.change_mode_switcher_icon">
<Setter Property="Fill" Value="{DynamicResource Brush.Accent}"/>
</Style>
<Style Selector="TextBlock">
<Setter Property="HorizontalAlignment" Value="Left"/>