Skip to content

Commit

Permalink
forgot normal background #2340
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Apr 8, 2016
1 parent 8a0845f commit a7222e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MahApps.Metro/Styles/Controls.DataGrid.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<Style x:Key="MetroDataGridColumnHeader" TargetType="{x:Type DataGridColumnHeader}">
<Setter Property="Foreground" Value="{DynamicResource BlackBrush}" />
<Setter Property="Background" Value="{DynamicResource GrayBrush8}" />
<Setter Property="Background" Value="{DynamicResource WhiteBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource GrayBrush5}" />
<Setter Property="BorderThickness" Value="0 0 0 3" />
<Setter Property="Controls:ControlsHelper.ContentCharacterCasing" Value="Upper" />
Expand Down

0 comments on commit a7222e9

Please sign in to comment.