fix: use h6 typography

This commit is contained in:
amhsirak
2025-10-27 17:59:58 +05:30
parent e6d3323236
commit 6692de2b13

View File

@@ -584,7 +584,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
return (
<>
<Typography variant="body1" style={{ marginBottom: '10px', marginTop: '20px' }}>
<Typography variant="h6" style={{ marginBottom: '20px', marginTop: '20px' }}>
{t('Actions')}
</Typography>