Skip to content

Commit f9116f3

Browse files
authored
fix(grid-list): darken grid footer (#1310)
1 parent 1c2a3f1 commit f9116f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/grid-list/grid-list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ md-grid-tile {
4949
align-items: center;
5050
height: $md-grid-list-one-line-height;
5151
color: #fff;
52-
background: rgba(0, 0, 0, 0.18);
52+
background: rgba(0, 0, 0, 0.38);
5353
overflow: hidden;
5454
padding: 0 $md-grid-list-text-padding;
5555
font-size: $md-grid-list-font-size;

0 commit comments

Comments
 (0)