Skip to content

Commit ac7cb7f

Browse files
committed
💄 Improve default styles of card and muted text
1 parent 2028d0f commit ac7cb7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Card/card.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@include border(primary-50);
55
@include border-radius(md);
66
@include layout(flex, column);
7+
@include background(primary-70);
78

89
&.secondary {
910
@include background(primary-60);

src/scss/global/utility.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $alignments: (
3434
}
3535

3636
.muted {
37-
@include typography(primary-20, md);
37+
@include typography(primary-20, md, hmd);
3838
}
3939

4040
// Gaps

0 commit comments

Comments
 (0)