Set cursor to pointer on hover of left menu dropdowns

This commit is contained in:
Jackson Harper
2023-03-22 16:29:30 +08:00
parent e42881d2ad
commit d0a3f077e0

View File

@ -255,6 +255,7 @@ function MenuPanel(props: MenuPanelProps): JSX.Element {
alignItems: 'center',
justifyContent: 'center',
borderRadius: '1000px',
cursor: 'pointer',
'&:hover': {
bg: '$thBackground4',
},