feat: set margin top

This commit is contained in:
amhsirak
2025-10-27 17:48:11 +05:30
parent 998ab344d1
commit 9962eb5c6e

View File

@@ -506,7 +506,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
return (
<>
<Typography variant="body1" style={{ marginBottom: "20px" }}>
<Typography variant="body1" style={{ marginBottom: "20px", marginTop: "20px" }}>
{t("List Limits")}
</Typography>