Skip to content

Commit d5e2500

Browse files
committed
fix: use h6 typography
1 parent 6692de2 commit d5e2500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/robot/pages/RobotEditPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
506506

507507
return (
508508
<>
509-
<Typography variant="body1" style={{ marginBottom: "20px", marginTop: "20px" }}>
509+
<Typography variant="h6" style={{ marginBottom: "20px", marginTop: "20px" }}>
510510
{t("List Limits")}
511511
</Typography>
512512

0 commit comments

Comments
 (0)