Skip to content

Commit

Permalink
Restyle month picker hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroprimor committed Dec 22, 2023
1 parent 73d281b commit 569f685
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: 'rgba(100, 100, 100, .15)',
backgroundColor: theme.buttonBareBackgroundHover,
}),
...(hovered &&
selected && {
Expand Down

0 comments on commit 569f685

Please sign in to comment.