feat: remove fontweight

This commit is contained in:
amhsirak
2025-12-11 16:13:09 +05:30
parent 98af09a1c2
commit 3bbe2b2727

View File

@@ -242,7 +242,7 @@ const RobotCreate: React.FC = () => {
</Box>
<Box sx={{ width: '100%', maxWidth: 700, mb: 3 }}>
<Typography variant="subtitle1" gutterBottom sx={{ fontWeight: 600, mb: 2 }}>
<Typography variant="subtitle1" gutterBottom sx={{ mb: 2 }}>
Choose How to Build
</Typography>