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 commit d9d83b4789.

* Update failing visual regression tests screenshots

* Revert "Update failing visual regression tests screenshots"

This reverts commit aaef019191.
This commit is contained in:
Pedro Primor
2024-02-02 21:11:16 +01:00
committed by GitHub
parent 3daff4381f
commit 9fdffcc8e9
2 changed files with 7 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ export const MonthPicker = ({
}),
...(hovered &&
!selected && {
backgroundColor: 'rgba(100, 100, 100, .15)',
backgroundColor: theme.buttonBareBackgroundHover,
}),
...(hovered &&
selected && {

View 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.