Merge pull request #809 from getmaxun/robot-opt
feat: cleaner robot options header
This commit is contained in:
@@ -107,9 +107,8 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
|
||||
</Box>
|
||||
)}
|
||||
<Typography
|
||||
variant="h4"
|
||||
variant="h5"
|
||||
sx={{
|
||||
fontWeight: 600,
|
||||
color: theme.palette.text.primary,
|
||||
lineHeight: 1.2
|
||||
}}
|
||||
@@ -199,4 +198,4 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
|
||||
)}
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user