Skip to content

Commit

Permalink
fix: Card interactive, add cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Seedy authored Nov 4, 2021
1 parent 855352e commit c51bd0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const Card = styled('div', {
true: {
'@hover': {
'&:hover': {
cursor: 'pointer',
'&::before': {
boxShadow: 'inset 0 0 0 1px $colors$cardHoverBorder',
backgroundColor: '$cardHoverBackground',
Expand Down

0 comments on commit c51bd0e

Please sign in to comment.