Skip to content

Commit 3872517

Browse files
committed
Merge pull request #1713 from mgnslndh/combobox-style
Fixed background of ComboBox
2 parents 556b8b9 + 4c09f0b commit 3872517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MahApps.Metro/Styles/Controls.ComboBox.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Setter Property="Foreground"
1212
Value="{DynamicResource TextBrush}" />
1313
<Setter Property="Background"
14-
Value="{DynamicResource GrayBrush10}" />
14+
Value="{DynamicResource ControlBackgroundBrush}" />
1515
<Setter Property="HorizontalContentAlignment"
1616
Value="Left" />
1717
<Setter Property="VerticalContentAlignment"
@@ -49,7 +49,7 @@
4949
<Setter Property="Foreground"
5050
Value="{DynamicResource TextBrush}" />
5151
<Setter Property="Background"
52-
Value="{DynamicResource GrayBrush10}" />
52+
Value="{DynamicResource ControlBackgroundBrush}" />
5353
<Setter Property="BorderBrush"
5454
Value="{DynamicResource TextBoxBorderBrush}" />
5555
<Setter Property="BorderThickness"

0 commit comments

Comments
 (0)