feat: use h5 variant

This commit is contained in:
Karishma Shukla
2025-09-26 16:43:19 +05:30
committed by GitHub
parent d2e0324312
commit 903c318fd6

View File

@@ -107,7 +107,7 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
</Box>
)}
<Typography
variant="h4"
variant="h5"
sx={{
fontWeight: 600,
color: theme.palette.text.primary,
@@ -199,4 +199,4 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
)}
</Box>
);
};
};