Merge pull request #809 from getmaxun/robot-opt

feat: cleaner robot options header
This commit is contained in:
Karishma Shukla
2025-09-29 16:49:15 +05:30
committed by GitHub

View File

@@ -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>
);
};
};