Skip to content

Commit 3412509

Browse files
update hover colours using new recommendations in Figma
1 parent 1ba841d commit 3412509

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
@@ -5398,9 +5398,9 @@ const productButtonPrimaryBackgroundLight: PaletteFunction = () =>
53985398
const productButtonPrimaryBackgroundDark: PaletteFunction = () =>
53995399
sourcePalette.lifestyle[500];
54005400
const productButtonPrimaryBackgroundHoverLight: PaletteFunction = () =>
5401-
sourcePalette.lifestyle[400];
5401+
'#660055';
54025402
const productButtonPrimaryBackgroundHoverDark: PaletteFunction = () =>
5403-
sourcePalette.lifestyle[400];
5403+
'#FF8ACC';
54045404
const productButtonPrimaryTextDark: PaletteFunction = () =>
54055405
sourcePalette.neutral[7];
54065406
const productButtonPrimaryTextLight: PaletteFunction = () =>

0 commit comments

Comments
 (0)