fix: use h6 typography

This commit is contained in:
amhsirak
2025-10-27 18:09:21 +05:30
parent 6692de2b13
commit d5e2500017

View File

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