mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 01:58:40 -05:00
Change month picker hover background color (#2121)
* Change month picker hover background color * Add release notes * Add updated screenshots from visual regression tests * Revert "Add updated screenshots from visual regression tests" This reverts commitd9d83b4789. * Update failing visual regression tests screenshots * Revert "Update failing visual regression tests screenshots" This reverts commitaaef019191.
This commit is contained in:
@@ -126,7 +126,7 @@ export const MonthPicker = ({
|
||||
}),
|
||||
...(hovered &&
|
||||
!selected && {
|
||||
backgroundColor: 'rgba(100, 100, 100, .15)',
|
||||
backgroundColor: theme.buttonBareBackgroundHover,
|
||||
}),
|
||||
...(hovered &&
|
||||
selected && {
|
||||
|
||||
6
upcoming-release-notes/2121.md
Normal file
6
upcoming-release-notes/2121.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [pprimor]
|
||||
---
|
||||
|
||||
Change the hover background color of the month picker range to match other buttons in the UI.
|
||||
Reference in New Issue
Block a user