Skip to content

Commit 25fd74e

Browse files
committed
feat: center tabs
1 parent 6477fee commit 25fd74e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/robot/pages/RobotCreate.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ const RobotCreate: React.FC = () => {
189189
<Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 2 }}>
190190
<Tabs
191191
value={tabValue}
192+
centered
192193
onChange={handleTabChange}
193194
aria-label="robot type tabs"
194195
sx={{

0 commit comments

Comments
 (0)