-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: style - button hover background colors #1971
Comments
Can you provide an example? |
Good news is that it's really easy to change. It's already assigned in "Button.tsx" const backgroundColorHover = { Only change happens in "light.ts" where background and backgroundhover are the same. export const buttonPrimaryText = colorPalette.white; |
Is anyone already working on this? I am looking to make some contributions because I love the vision |
Not that I'm aware of. Feel free. Please tag me for review. |
finally working on this today |
The fix was easy. I just picked a shade lighter in the light mode and a shade darker in the dark mode
|
Great! Yea, we implemented the code like that to make color changes really easy. Go ahead and create a PR with your changes. Cheers! |
fixed by #2123 |
… theme #1971 (#2123) * 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 <[email protected]>
… theme actualbudget#1971 (actualbudget#2123) * 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 <[email protected]>
Verified issue does not already exist?
What happened?
Somewhere along the way to darkmode we have lost hover colors for most buttons in light mode. We should bring them back (maybe not the exact colors as before if they violate the color paletter, but still something)We are missing hover color for the primary color buttons. For example: rule creation.
What error did you receive?
No response
Where are you hosting Actual?
None
What browsers are you seeing the problem on?
No response
Operating System
None
The text was updated successfully, but these errors were encountered: