fix: use h6 typography
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user