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.
2 parents 556b8b9 + 4c09f0b commit 3872517Copy full SHA for 3872517
MahApps.Metro/Styles/Controls.ComboBox.xaml
@@ -11,7 +11,7 @@
11
<Setter Property="Foreground"
12
Value="{DynamicResource TextBrush}" />
13
<Setter Property="Background"
14
- Value="{DynamicResource GrayBrush10}" />
+ Value="{DynamicResource ControlBackgroundBrush}" />
15
<Setter Property="HorizontalContentAlignment"
16
Value="Left" />
17
<Setter Property="VerticalContentAlignment"
@@ -49,7 +49,7 @@
49
50
51
52
53
<Setter Property="BorderBrush"
54
Value="{DynamicResource TextBoxBorderBrush}" />
55
<Setter Property="BorderThickness"
0 commit comments