Skip to content

Commit

Permalink
ux: using SystemAccentColor instead of Color.Accent1
Browse files Browse the repository at this point in the history
  • Loading branch information
love-linger committed May 25, 2024
1 parent a52124c commit 5f333fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Styles.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
<Thickness x:Key="ComboBoxDropdownBorderPadding">4,0</Thickness>
<Thickness x:Key="ComboBoxItemThemePadding">6,4</Thickness>
<SolidColorBrush x:Key="ComboBoxDropDownBackground" Color="{DynamicResource Color.Contents}"/>
<SolidColorBrush x:Key="ComboBoxDropDownBorderBrush" Color="{DynamicResource Color.Accent1}"/>
<SolidColorBrush x:Key="ComboBoxDropDownBorderBrush" Color="{DynamicResource SystemAccentColor}"/>
</Style.Resources>

<Setter Property="MinHeight" Value="20"/>
Expand Down

0 comments on commit 5f333fc

Please sign in to comment.