Skip to content

Commit b5a46fa

Browse files
fixing style lint build
1 parent c9f6023 commit b5a46fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/ProductCarouselCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const brandAndProductName = css`
3939
const readMoreCta = css`
4040
${textSansBold15};
4141
text-decoration-line: underline;
42-
text-decoration-color: #dcdcdc; //TODO update this to use var(--Link-Pillar-color-link-underline-pillar, #DCDCDC);
42+
text-decoration-color: #dcdcdc; /* stylelint-disable-line */
4343
color: ${lifestyle[400]};
4444
text-underline-offset: 20%;
4545
padding-bottom: ${space[2]}px;

0 commit comments

Comments
 (0)