feat: center tabs

This commit is contained in:
amhsirak
2025-11-20 20:56:56 +05:30
parent 6477feeaea
commit 25fd74e1b2

View File

@@ -189,6 +189,7 @@ const RobotCreate: React.FC = () => {
<Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 2 }}>
<Tabs
value={tabValue}
centered
onChange={handleTabChange}
aria-label="robot type tabs"
sx={{