Skip to content
Snippets Groups Projects
Unverified Commit 9fdffcc8 authored by Pedro Primor's avatar Pedro Primor Committed by GitHub
Browse files

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

* Update failing visual regression tests screenshots

* Revert "Update failing visual regression tests screenshots"

This reverts commit aaef0191910ec06d7d198127b2266ad90e50ac2b.
parent 3daff438
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ export const MonthPicker = ({ ...@@ -126,7 +126,7 @@ export const MonthPicker = ({
}), }),
...(hovered && ...(hovered &&
!selected && { !selected && {
backgroundColor: 'rgba(100, 100, 100, .15)', backgroundColor: theme.buttonBareBackgroundHover,
}), }),
...(hovered && ...(hovered &&
selected && { selected && {
......
---
category: Enhancements
authors: [pprimor]
---
Change the hover background color of the month picker range to match other buttons in the UI.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment