Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(card): add correct themed background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Apr 8, 2015
1 parent 860897d commit 9af45d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/card-theme.scss
@@ -1,7 +1,7 @@
$card-border-radius: 2px !default;

md-card.md-THEME_NAME-theme {
background-color: '{{background-hue-3}}';
background-color: '{{background-color}}';
border-radius: $card-border-radius;

.md-card-image {
Expand Down

0 comments on commit 9af45d3

Please sign in to comment.