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:
parent
c393a869a7
commit
e450d1e35e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user