We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e808452 commit ce27341Copy full SHA for ce27341
src/components/card/card.scss
@@ -17,6 +17,7 @@ md-card {
17
border-radius: $md-card-border-radius;
18
font-family: $md-font-family;
19
background: md-color($md-background, card);
20
+ color: md-color($md-foreground, base);
21
}
22
23
md-card:hover {
src/components/list/list.scss
@@ -42,6 +42,7 @@ based on whether the list is in dense mode.
42
font-size: $font-size;
43
height: $base-height;
44
padding: 0 $md-list-side-padding;
45
46
47
48
&.md-list-avatar .md-list-item {
0 commit comments