mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set background color on menu item
This commit is contained in:
parent
ed2b99a9da
commit
7c8e6ced04
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ function LabelButton(props: LabelButtonProps): JSX.Element {
|
|||
borderRadius: '3px',
|
||||
m: '0px',
|
||||
'&:hover': {
|
||||
backgroundColor: '#EBEBEB',
|
||||
backgroundColor: '$thBackground4',
|
||||
},
|
||||
}}
|
||||
alignment="center"
|
||||
|
|
|
|||
Loading…
Reference in a new issue