feat: inherit background on toggle

This commit is contained in:
Karishma Shukla
2025-06-27 17:35:36 +05:30
committed by GitHub
parent c25c4cea0f
commit 22c841e793

View File

@@ -164,7 +164,7 @@ export const NavBar: React.FC<NavBarProps> = ({
sx={{
color: darkMode ? '#ffffff' : '#0000008A',
'&:hover': {
background: 'inherit'
}
}}
>