feat: !border on hover

This commit is contained in:
amhsirak
2025-02-05 22:32:28 +05:30
parent 40db2dd58b
commit e2721e5b92

View File

@@ -223,7 +223,7 @@ export const NavBar: React.FC<NavBarProps> = ({
<Button onClick={handleUpdateOpen} sx={{
marginRight: '25px',
color: "#00000099",
'&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid' }
'&:hover': { color: '#ff00c3'}
}}>
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')}
</Button>