Skip to content

Commit

Permalink
fix(grid-list): darken grid footer (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored Sep 23, 2016
1 parent 1c2a3f1 commit f9116f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/grid-list/grid-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ md-grid-tile {
align-items: center;
height: $md-grid-list-one-line-height;
color: #fff;
background: rgba(0, 0, 0, 0.18);
background: rgba(0, 0, 0, 0.38);
overflow: hidden;
padding: 0 $md-grid-list-text-padding;
font-size: $md-grid-list-font-size;
Expand Down

0 comments on commit f9116f3

Please sign in to comment.