mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-27 15:15:00 +00: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…
Add table
Add a link
Reference in a new issue