mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set cursor to pointer on hover of left menu dropdowns
This commit is contained in:
parent
e42881d2ad
commit
d0a3f077e0
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ function MenuPanel(props: MenuPanelProps): JSX.Element {
|
|||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
borderRadius: '1000px',
|
||||
cursor: 'pointer',
|
||||
'&:hover': {
|
||||
bg: '$thBackground4',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue