1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-21 13:47:39 +02:00

chore: replace inherit color on menu item hover to common.white (#9856)

This commit is contained in:
David Leek 2025-04-29 09:27:09 +02:00 committed by GitHub
parent c393a869a7
commit e450d1e35e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ const listItemButtonStyle = (theme: Theme) => ({
},
'&:hover': {
backgroundColor: '#546C71',
color: 'inherit',
color: theme.palette.common.white,
fontWeight: theme.typography.fontWeightBold,
'& p': {
fontWeight: theme.typography.fontWeightBold,
@ -56,7 +56,7 @@ const subListItemButtonStyle = (theme: Theme) => ({
},
'&:hover': {
backgroundColor: '#546C71',
color: 'inherit',
color: theme.palette.common.white,
fontWeight: theme.typography.fontWeightBold,
'& p': {
fontWeight: theme.typography.fontWeightBold,