mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Hover color for menu buttons
This commit is contained in:
parent
205f337ea7
commit
8a27a50eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export const MenuStyle = {
|
|||
justifyContent: 'center',
|
||||
borderRadius: '1000px',
|
||||
'&:hover': {
|
||||
bg: '#EBEBEB',
|
||||
bg: '$thBackground4',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue