Skip to content

Commit 79ea05b

Browse files
authored
Merge pull request #809 from getmaxun/robot-opt
feat: cleaner robot options header
2 parents 61f2087 + 24a78f8 commit 79ea05b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/robot/pages/RobotConfigPage.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
107107
</Box>
108108
)}
109109
<Typography
110-
variant="h4"
110+
variant="h5"
111111
sx={{
112-
fontWeight: 600,
113112
color: theme.palette.text.primary,
114113
lineHeight: 1.2
115114
}}
@@ -199,4 +198,4 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
199198
)}
200199
</Box>
201200
);
202-
};
201+
};

0 commit comments

Comments
 (0)