Merge pull request #1941 from omnivore-app/fix/menu-hover

Set cursor to pointer on hover of left menu dropdowns
This commit is contained in:
Jackson Harper 2023-03-22 20:00:53 +08:00 committed by GitHub
commit ace5bf603f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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