We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c841e commit 0b8a03eCopy full SHA for 0b8a03e
src/components/dashboard/NavBar.tsx
@@ -365,6 +365,9 @@ export const NavBar: React.FC<NavBarProps> = ({
365
borderRadius: '5px',
366
padding: '8px',
367
marginRight: '10px',
368
+ '&:hover': {
369
+ background: 'inherit'
370
+ }
371
}}>
372
<AccountCircle sx={{ marginRight: '5px' }} />
373
<Typography variant="body1">{user.email}</Typography>
0 commit comments