Skip to content

Commit

Permalink
fix(grid): don't use transparent background for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Sep 11, 2021
1 parent 8fbdc05 commit 0388b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material/scss/grid/_variables.scss
Expand Up @@ -44,7 +44,7 @@ $grid-border: $component-border !default;

/// Background color of grid header
/// @group grid
$grid-header-bg: transparent !default;
$grid-header-bg: $grid-bg !default;
/// Background color of grid header
/// @group grid
$grid-header-text: if($theme-type == dark, $light-secondary-text, $dark-secondary-text) !default;
Expand Down

0 comments on commit 0388b59

Please sign in to comment.