Skip to content

Commit 22c841e

Browse files
authored
feat: inherit background on toggle
1 parent c25c4ce commit 22c841e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const NavBar: React.FC<NavBarProps> = ({
164164
sx={{
165165
color: darkMode ? '#ffffff' : '#0000008A',
166166
'&:hover': {
167-
167+
background: 'inherit'
168168
}
169169
}}
170170
>

0 commit comments

Comments
 (0)