Skip to content

Commit 33d0dfa

Browse files
committed
refactor(discount-card): update styles
1 parent 1d78185 commit 33d0dfa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changeset/social-waves-jog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@tapsioss/web-components": patch
3+
---
4+
5+
Update discount card styles
6+

packages/web-components/src/discount-card/discount-card.style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const styles: CSSResult = css`
132132
.header-title {
133133
padding: var(--discount-card-header-title-padding);
134134
flex: 1 0 auto;
135-
font-size: var(--tapsi-typography-label-sm-font);
135+
font-size: var(--tapsi-typography-label-sm-size);
136136
font-weight: var(--tapsi-typography-label-sm-weight);
137137
line-height: var(--tapsi-typography-label-sm-height);
138138
}

0 commit comments

Comments
 (0)