Skip to content

Commit

Permalink
Revert "Restyle month picker hover color"
Browse files Browse the repository at this point in the history
This reverts commit 569f685.
  • Loading branch information
pprimor committed Dec 22, 2023
1 parent 569f685 commit 502bab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const MonthPicker = ({
}),
...(hovered &&
!selected && {
backgroundColor: theme.buttonBareBackgroundHover,
backgroundColor: 'rgba(100, 100, 100, .15)',
}),
...(hovered &&
selected && {
Expand Down

0 comments on commit 502bab3

Please sign in to comment.