We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d78185 commit 33d0dfaCopy full SHA for 33d0dfa
2 files changed
.changeset/social-waves-jog.md
@@ -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
@@ -132,7 +132,7 @@ const styles: CSSResult = css`
132
.header-title {
133
padding: var(--discount-card-header-title-padding);
134
flex: 1 0 auto;
135
- font-size: var(--tapsi-typography-label-sm-font);
+ font-size: var(--tapsi-typography-label-sm-size);
136
font-weight: var(--tapsi-typography-label-sm-weight);
137
line-height: var(--tapsi-typography-label-sm-height);
138
}
0 commit comments