Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 3bc8b27

Browse files
author
Marcy Sutton
committed
feat(card): add default background color
Closes #1846
1 parent efde63c commit 3bc8b27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/card/card-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$card-border-radius: 2px !default;
22

33
md-card.md-THEME_NAME-theme {
4+
background-color: '{{background-hue-3}}';
45
border-radius: $card-border-radius;
56

67
.md-card-image {

0 commit comments

Comments
 (0)