We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba841d commit 3412509Copy full SHA for 3412509
dotcom-rendering/src/paletteDeclarations.ts
@@ -5398,9 +5398,9 @@ const productButtonPrimaryBackgroundLight: PaletteFunction = () =>
5398
const productButtonPrimaryBackgroundDark: PaletteFunction = () =>
5399
sourcePalette.lifestyle[500];
5400
const productButtonPrimaryBackgroundHoverLight: PaletteFunction = () =>
5401
- sourcePalette.lifestyle[400];
+ '#660055';
5402
const productButtonPrimaryBackgroundHoverDark: PaletteFunction = () =>
5403
+ '#FF8ACC';
5404
const productButtonPrimaryTextDark: PaletteFunction = () =>
5405
sourcePalette.neutral[7];
5406
const productButtonPrimaryTextLight: PaletteFunction = () =>
0 commit comments