fix: inherit bg on hover

This commit is contained in:
amhsirak
2025-11-07 19:05:39 +05:30
parent 342c5a97b6
commit ca6615f3c0

View File

@@ -253,6 +253,9 @@ export const NavBar: React.FC<NavBarProps> = ({
borderRadius: '5px',
padding: '8px',
marginRight: '20px',
'&:hover': {
background: 'inherit'
}
}}>
<Update sx={{ marginRight: '5px' }} />
<Typography variant="body1">{t('navbar.upgrade.button')}</Typography>