Set cursor to pointer on hover of left menu dropdowns
This commit is contained in:
@ -255,6 +255,7 @@ function MenuPanel(props: MenuPanelProps): JSX.Element {
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
borderRadius: '1000px',
|
||||
cursor: 'pointer',
|
||||
'&:hover': {
|
||||
bg: '$thBackground4',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user