fix: fix expand icon color.

This commit is contained in:
rabbitism
2023-03-22 15:34:02 +08:00
parent 2aea7b3e84
commit c28ff754f5
3 changed files with 3 additions and 1 deletions

View File

@@ -232,7 +232,7 @@
</Style>
<Style Selector="^:open /template/ PathIcon#PART_ExpandIcon">
<Setter Property="Foreground" Value="{DynamicResource MenuFlyoutSubItemChevronSubMenuOpened}" />
<Setter Property="Foreground" Value="{DynamicResource MenuItemExpandIconOpenForeground}" />
</Style>
<Style Selector="^:empty /template/ PathIcon#PART_ExpandIcon">