Skip to content

Commit

Permalink
fix(#28): add pointer to menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 6, 2022
1 parent 85bc152 commit dd3dbef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/menu/menu-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const StyledMenuItem = styled('div', {
justifyContent: 'center',
padding: 10,

cursor: 'pointer',

'&:hover': {
color: '$ezy',
},
Expand Down

0 comments on commit dd3dbef

Please sign in to comment.