Skip to content

Commit 7f7e2aa

Browse files
committed
feat: margin left for tabs
1 parent 717cb07 commit 7f7e2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export const NavBar: React.FC<NavBarProps> = ({
291291
<Tabs
292292
value={tab}
293293
onChange={handleUpdateTabChange}
294-
sx={{ marginTop: 2, marginBottom: 2 }}
294+
sx={{ marginTop: 2, marginBottom: 2, marginLeft: '30px' }}
295295
>
296296
<Tab label={t('navbar.upgrade.modal.tabs.manual_setup')} />
297297
<Tab label={t('navbar.upgrade.modal.tabs.docker_setup')} />

0 commit comments

Comments
 (0)