mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
ux: using SystemAccentColor instead of Color.Accent1
This commit is contained in:
parent
a52124c479
commit
5f333fc781
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue