Merge branch 'develop' into feature/treedatagrid

This commit is contained in:
leo 2024-05-29 19:44:45 +08:00
commit cce4e5348c
8 changed files with 56 additions and 7 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"/>