We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52124c commit 5f333fcCopy full SHA for 5f333fc
src/Resources/Styles.axaml
@@ -703,7 +703,7 @@
703
<Thickness x:Key="ComboBoxDropdownBorderPadding">4,0</Thickness>
704
<Thickness x:Key="ComboBoxItemThemePadding">6,4</Thickness>
705
<SolidColorBrush x:Key="ComboBoxDropDownBackground" Color="{DynamicResource Color.Contents}"/>
706
- <SolidColorBrush x:Key="ComboBoxDropDownBorderBrush" Color="{DynamicResource Color.Accent1}"/>
+ <SolidColorBrush x:Key="ComboBoxDropDownBorderBrush" Color="{DynamicResource SystemAccentColor}"/>
707
</Style.Resources>
708
709
<Setter Property="MinHeight" Value="20"/>
0 commit comments