Skip to content

Commit 5f333fc

Browse files
committed
ux: using SystemAccentColor instead of Color.Accent1
1 parent a52124c commit 5f333fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Styles.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
<Thickness x:Key="ComboBoxDropdownBorderPadding">4,0</Thickness>
704704
<Thickness x:Key="ComboBoxItemThemePadding">6,4</Thickness>
705705
<SolidColorBrush x:Key="ComboBoxDropDownBackground" Color="{DynamicResource Color.Contents}"/>
706-
<SolidColorBrush x:Key="ComboBoxDropDownBorderBrush" Color="{DynamicResource Color.Accent1}"/>
706+
<SolidColorBrush x:Key="ComboBoxDropDownBorderBrush" Color="{DynamicResource SystemAccentColor}"/>
707707
</Style.Resources>
708708

709709
<Setter Property="MinHeight" Value="20"/>

0 commit comments

Comments
 (0)