feat: !border on hover
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user