We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba3983 commit 5d29affCopy full SHA for 5d29aff
dotcom-rendering/src/components/ProductCarouselCard.tsx
@@ -55,7 +55,7 @@ const readMoreCta = css`
55
text-underline-offset: 20%;
56
`;
57
58
-const price = css`
+const priceStyle = css`
59
${textSansBold17};
60
padding-top: ${space[1]}px;
61
padding-bottom: ${space[2]}px;
@@ -130,7 +130,7 @@ export const ProductCarouselCard = ({
130
131
{firstCta && (
132
<>
133
- <div css={price}>{firstCta.price}</div>
+ <div css={priceStyle}>{firstCta.price}</div>
134
<div css={buttonWrapper}>
135
<ProductLinkButton
136
label={`Buy at ${firstCta.retailer}`}
0 commit comments