Set background color on menu item

This commit is contained in:
Jackson Harper 2023-03-06 12:09:24 +08:00
parent ed2b99a9da
commit 7c8e6ced04

View file

@ -310,7 +310,7 @@ function LabelButton(props: LabelButtonProps): JSX.Element {
borderRadius: '3px',
m: '0px',
'&:hover': {
backgroundColor: '#EBEBEB',
backgroundColor: '$thBackground4',
},
}}
alignment="center"