Skip to content

Commit a1b2117

Browse files
committed
fix: less gap
1 parent 5cfbd1e commit a1b2117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/robot/pages/RobotCreate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const RobotCreate: React.FC = () => {
186186
</Typography>
187187
</Box>
188188

189-
<Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 2 }}>
189+
<Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 2, mt: "-30px" }}>
190190
<Tabs
191191
value={tabValue}
192192
centered

0 commit comments

Comments
 (0)