feat: !border

This commit is contained in:
amhsirak
2025-02-05 22:32:14 +05:30
parent 4d0fc3cfce
commit 40db2dd58b

View File

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