Skip to content

Commit 2f9cd31

Browse files
committed
Change feature card kicker to be labs 700 due to accessibility
1 parent 352ce12 commit 2f9cd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/paletteDeclarations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6155,7 +6155,7 @@ const featureCardKickerText: PaletteFunction = ({ theme }) => {
61556155
case Pillar.Lifestyle:
61566156
return pillarPalette(theme, 600);
61576157
case ArticleSpecial.Labs:
6158-
return sourcePalette.labs[400];
6158+
return sourcePalette.labs[700];
61596159
}
61606160
};
61616161
const featureCardQuoteIcon: PaletteFunction = ({ theme }) => {
@@ -6171,7 +6171,7 @@ const featureCardQuoteIcon: PaletteFunction = ({ theme }) => {
61716171
case Pillar.Lifestyle:
61726172
return pillarPalette(theme, 600);
61736173
case ArticleSpecial.Labs:
6174-
return sourcePalette.labs[400];
6174+
return sourcePalette.labs[700];
61756175
}
61766176
};
61776177

0 commit comments

Comments
 (0)