fix: fix the wrong opacity values.

This commit is contained in:
Zhang Dian
2023-07-07 17:21:56 +08:00
parent ab8dacec4b
commit 8f5b9f6c47
13 changed files with 18 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
<StreamGeometry x:Key="ExpanderIconData">M9.65618 3.44015L18.6322 11.2454C19.0906 11.644 19.0906 12.356 18.6322 12.7546L9.65618 20.5598C9.00895 21.1226 8 20.6629 8 19.8052V4.19475C8 3.33705 9.00895 2.87734 9.65618 3.44015Z</StreamGeometry>
<SolidColorBrush x:Key="TreeViewItemDefaultForeground" Color="#F9F9F9" />
<SolidColorBrush x:Key="TreeViewItemIconDefaultForeground" Opacity="0.62" Color="#F9F9F9" />
<SolidColorBrush x:Key="TreeViewItemIconDefaultForeground" Opacity="0.6" Color="#F9F9F9" />
<SolidColorBrush x:Key="TreeViewItemIconHoverForeground" Color="#F9F9F9" />
<SolidColorBrush x:Key="TreeViewItemDisabledForeground" Opacity="0.35" Color="#F9F9F9" />