fix: remove font weight

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

View File

@@ -109,7 +109,6 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
<Typography
variant="h5"
sx={{
fontWeight: 600,
color: theme.palette.text.primary,
lineHeight: 1.2
}}