diff --git a/packages/desktop-client/src/style/themes/dark.ts b/packages/desktop-client/src/style/themes/dark.ts index 2185558d59e072ee43b493b3e5e89998c34cac54..eb060f8d8f9c80744f64e606491018b07cd4477a 100644 --- a/packages/desktop-client/src/style/themes/dark.ts +++ b/packages/desktop-client/src/style/themes/dark.ts @@ -99,7 +99,7 @@ export const buttonMenuSelectedBorder = buttonMenuSelectedBackground; export const buttonPrimaryText = colorPalette.white; export const buttonPrimaryTextHover = buttonPrimaryText; export const buttonPrimaryBackground = colorPalette.purple400; -export const buttonPrimaryBackgroundHover = buttonPrimaryBackground; +export const buttonPrimaryBackgroundHover = colorPalette.purple600; export const buttonPrimaryBorder = buttonPrimaryBackground; export const buttonPrimaryShadow = 'rgba(0, 0, 0, 0.6)'; export const buttonPrimaryDisabledText = colorPalette.navy700; diff --git a/packages/desktop-client/src/style/themes/light.ts b/packages/desktop-client/src/style/themes/light.ts index 1149fed337d65b8b0fab601173fe93e4ffb8ec89..a442f746a0f54a20ff3da7c1672ef5361ae78c29 100644 --- a/packages/desktop-client/src/style/themes/light.ts +++ b/packages/desktop-client/src/style/themes/light.ts @@ -99,7 +99,7 @@ export const buttonMenuSelectedBorder = buttonMenuSelectedBackground; export const buttonPrimaryText = colorPalette.white; export const buttonPrimaryTextHover = buttonPrimaryText; export const buttonPrimaryBackground = colorPalette.purple500; -export const buttonPrimaryBackgroundHover = buttonPrimaryBackground; +export const buttonPrimaryBackgroundHover = colorPalette.purple300; export const buttonPrimaryBorder = buttonPrimaryBackground; export const buttonPrimaryShadow = 'rgba(0, 0, 0, 0.3)'; export const buttonPrimaryDisabledText = colorPalette.white; diff --git a/upcoming-release-notes/2123.md b/upcoming-release-notes/2123.md new file mode 100644 index 0000000000000000000000000000000000000000..f51fb84f1b803d46aa966eb2c59fdb8d966b13f8 --- /dev/null +++ b/upcoming-release-notes/2123.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [Ife-Ody] +--- + +Add Primary Button hover background colors for light and Dark theme