Skip to content

Commit

Permalink
fix(card): update color property to use theme's text color. (#3952)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-burke authored and kara committed Apr 21, 2017
1 parent e82d0f1 commit 5e7af26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/card/_card-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.mat-card {
background: mat-color($background, card);
color: mat-color($foreground, base);
color: mat-color($foreground, text);
}

.mat-card-subtitle {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/list/_list-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.mat-list, .mat-nav-list {
.mat-list-item {
color: mat-color($foreground, base);
color: mat-color($foreground, text);
}

.mat-subheader {
Expand Down

0 comments on commit 5e7af26

Please sign in to comment.