feat: set margin top

This commit is contained in:
amhsirak
2025-10-27 17:48:55 +05:30
parent 9962eb5c6e
commit 7e0ea38635

View File

@@ -571,7 +571,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
return (
<>
<Typography variant="body1" style={{ marginBottom: '10px' }}>
<Typography variant="body1" style={{ marginBottom: '10px', marginTop: '20px' }}>
{t('Actions')}
</Typography>
{inputs}