Skip to content

Commit

Permalink
fix(theme): fix card and list colors for dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed Jun 10, 2016
1 parent e808452 commit 2ca0ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ md-card {
border-radius: $md-card-border-radius;
font-family: $md-font-family;
background: md-color($md-background, card);
color: md-color($md-foreground, base);
}

md-card:hover {
Expand Down
1 change: 1 addition & 0 deletions src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ based on whether the list is in dense mode.
font-size: $font-size;
height: $base-height;
padding: 0 $md-list-side-padding;
color: md-color($md-foreground, base);
}

&.md-list-avatar .md-list-item {
Expand Down

0 comments on commit 2ca0ae1

Please sign in to comment.