From 2ca0ae10aff227db2a5e076047765bd27952e187 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Thu, 9 Jun 2016 22:49:56 -0700 Subject: [PATCH] fix(theme): fix card and list colors for dark themes Closes #350 --- src/components/card/card.scss | 1 + src/components/list/list.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/card/card.scss b/src/components/card/card.scss index 36526861d014..327eab5525ff 100644 --- a/src/components/card/card.scss +++ b/src/components/card/card.scss @@ -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 { diff --git a/src/components/list/list.scss b/src/components/list/list.scss index 13ab1a530931..3c001d6f5136 100644 --- a/src/components/list/list.scss +++ b/src/components/list/list.scss @@ -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 {