mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
🐛 add missing hover cursor to new button component (#3142)
This commit is contained in:
committed by
GitHub
parent
fe8851c797
commit
26a591f07f
@@ -141,6 +141,7 @@ export const Button = forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
...(variant !== 'bare' && styles.shadow),
|
||||
backgroundColor: backgroundColorHover[variant],
|
||||
color: textColorHover[variant],
|
||||
cursor: 'pointer',
|
||||
};
|
||||
const pressedStyle = {
|
||||
..._getActiveStyles(variant, bounce),
|
||||
|
||||
6
upcoming-release-notes/3142.md
Normal file
6
upcoming-release-notes/3142.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Add missing `:hover` cursor to the new `Button` component.
|
||||
Reference in New Issue
Block a user