Skip to content

Commit 0b8a03e

Browse files
authored
fix: inherit background on hover
1 parent 22c841e commit 0b8a03e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ export const NavBar: React.FC<NavBarProps> = ({
365365
borderRadius: '5px',
366366
padding: '8px',
367367
marginRight: '10px',
368+
'&:hover': {
369+
background: 'inherit'
370+
}
368371
}}>
369372
<AccountCircle sx={{ marginRight: '5px' }} />
370373
<Typography variant="body1">{user.email}</Typography>

0 commit comments

Comments
 (0)