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 }}> <Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 2 }}>
<Tabs <Tabs
value={tabValue} value={tabValue}
centered
onChange={handleTabChange} onChange={handleTabChange}
aria-label="robot type tabs" aria-label="robot type tabs"
sx={{ sx={{