mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -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),
|
...(variant !== 'bare' && styles.shadow),
|
||||||
backgroundColor: backgroundColorHover[variant],
|
backgroundColor: backgroundColorHover[variant],
|
||||||
color: textColorHover[variant],
|
color: textColorHover[variant],
|
||||||
|
cursor: 'pointer',
|
||||||
};
|
};
|
||||||
const pressedStyle = {
|
const pressedStyle = {
|
||||||
..._getActiveStyles(variant, bounce),
|
..._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