feat: !border
This commit is contained in:
@@ -223,7 +223,6 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
<Button onClick={handleUpdateOpen} sx={{
|
<Button onClick={handleUpdateOpen} sx={{
|
||||||
marginRight: '25px',
|
marginRight: '25px',
|
||||||
color: "#00000099",
|
color: "#00000099",
|
||||||
border: "#00000099 1px solid",
|
|
||||||
'&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid' }
|
'&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid' }
|
||||||
}}>
|
}}>
|
||||||
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')}
|
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')}
|
||||||
|
|||||||
Reference in New Issue
Block a user