mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
* Bugfix: Add Primary Button hover background colors * Add release notes * Rename 1971.md to 2123.md * Update release note 2123.md typo * Update packages/desktop-client/src/style/themes/dark.ts * Update packages/desktop-client/src/style/themes/light.ts --------- Co-authored-by: Neil <55785687+carkom@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
6
upcoming-release-notes/2123.md
Normal file
6
upcoming-release-notes/2123.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [Ife-Ody]
|
||||
---
|
||||
|
||||
Add Primary Button hover background colors for light and Dark theme
|
||||
Reference in New Issue
Block a user