feat: increase spacing

This commit is contained in:
amhsirak
2025-02-05 22:39:51 +05:30
parent 5374974646
commit 5ea92572d8

View File

@@ -225,7 +225,7 @@ export const NavBar: React.FC<NavBarProps> = ({
alignItems: 'center',
borderRadius: '5px',
padding: '8px',
marginRight: '10px',
marginRight: '20px',
}}>
<Update sx={{ marginRight: '5px' }} />
<Typography variant="body1">{t('navbar.upgrade.button')}</Typography>