Skip to content

Commit

Permalink
styles: hover flicking
Browse files Browse the repository at this point in the history
  • Loading branch information
TahimiLeonBravo committed May 22, 2020
1 parent 364fab0 commit 5a10a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Calendar/styled/dayButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const StyledDayButton = attachThemeAttrs(styled.button)`
overflow: visible;
text-transform: none;
appearance: button;
border: 1px solid transparent;
${props =>
!props.isHovered &&
Expand Down

0 comments on commit 5a10a9b

Please sign in to comment.