fix: fix Chevron icon direction.

This commit is contained in:
Zhang Dian
2025-02-13 21:38:24 +08:00
parent 3a1b2e97e4
commit 90f5aa5927

View File

@@ -216,7 +216,7 @@
</Style>
<Style Selector="^:horizontal-collapsed:not(:first-level)">
<Style Selector="^ /template/ PathIcon#PART_ExpanderIcon">
<Setter Property="RenderTransform" Value="rotate(-90deg)" />
<Setter Property="RenderTransform" Value="rotate(90deg)" />
</Style>
</Style>
<Style Selector="^:horizontal-collapsed:first-level">