Skip to content

Commit 5baa1ff

Browse files
authored
style(Card): update subtitle color to subtle cssprop (#379)
2 parents 6d4d332 + 9d0870a commit 5baa1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ slot[name="subtitle"]::slotted(*) {
192192
--sgds-font-weight-bold: var(--sgds-font-weight-semibold);
193193
--sgds-line-height-heading: var(--sgds-line-height-min);
194194
--sgds-letter-spacing-tight: var(--sgds-letter-spacing-wide);
195-
color: var(--sgds-color-default);
195+
color: var(--sgds-color-subtle);
196196
font-size: var(--sgds-font-size-1);
197197
font-weight: var(--sgds-font-weight-semibold);
198198
letter-spacing: var(--sgds-letter-spacing-wide);

0 commit comments

Comments
 (0)