Skip to content

Commit 2f919bc

Browse files
committed
feat: update text colour
1 parent 687fa35 commit 2f919bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/SponsoredContentLabel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type SponsoredContentLabelProps = DCRBadgeType & {
1212

1313
const paidForByStyles = css`
1414
${textSansBold12};
15-
color: ${palette('--labs-legacy-treat-text')};
15+
color: ${palette('--labs-header-label-text')};
1616
margin-top: ${space[3]}px;
1717
margin-bottom: ${space[1]}px;
1818
`;

0 commit comments

Comments
 (0)