We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa5942 commit 79f9f40Copy full SHA for 79f9f40
dotcom-rendering/src/paletteDeclarations.ts
@@ -5097,7 +5097,7 @@ const productCardBackgroundDark: PaletteFunction = () =>
5097
const productCardBorderLight: PaletteFunction = () =>
5098
sourcePalette.lifestyle[300];
5099
const productCardBorderDark: PaletteFunction = () =>
5100
- sourcePalette.lifestyle[300];
+ sourcePalette.lifestyle[500];
5101
5102
const privacyTextRegularLight: PaletteFunction = () => sourcePalette.neutral[7];
5103
const privacyTextDark: PaletteFunction = () => sourcePalette.neutral[86];
0 commit comments