Skip to content

Commit ca6615f

Browse files
committed
fix: inherit bg on hover
1 parent 342c5a9 commit ca6615f

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
@@ -253,6 +253,9 @@ export const NavBar: React.FC<NavBarProps> = ({
253253
borderRadius: '5px',
254254
padding: '8px',
255255
marginRight: '20px',
256+
'&:hover': {
257+
background: 'inherit'
258+
}
256259
}}>
257260
<Update sx={{ marginRight: '5px' }} />
258261
<Typography variant="body1">{t('navbar.upgrade.button')}</Typography>

0 commit comments

Comments
 (0)