Hover color for menu buttons

This commit is contained in:
Jackson Harper 2023-03-06 12:24:45 +08:00
parent 205f337ea7
commit 8a27a50eb5

View file

@ -18,7 +18,7 @@ export const MenuStyle = {
justifyContent: 'center',
borderRadius: '1000px',
'&:hover': {
bg: '#EBEBEB',
bg: '$thBackground4',
},
}