feat: inherit background on toggle
This commit is contained in:
@@ -164,7 +164,7 @@ export const NavBar: React.FC<NavBarProps> = ({
|
||||
sx={{
|
||||
color: darkMode ? '#ffffff' : '#0000008A',
|
||||
'&:hover': {
|
||||
|
||||
background: 'inherit'
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user