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 687fa35 commit 2f919bcCopy full SHA for 2f919bc
dotcom-rendering/src/components/SponsoredContentLabel.tsx
@@ -12,7 +12,7 @@ type SponsoredContentLabelProps = DCRBadgeType & {
12
13
const paidForByStyles = css`
14
${textSansBold12};
15
- color: ${palette('--labs-legacy-treat-text')};
+ color: ${palette('--labs-header-label-text')};
16
margin-top: ${space[3]}px;
17
margin-bottom: ${space[1]}px;
18
`;
0 commit comments