fix: limit instruct highlighting

This commit is contained in:
Rohit Rajan
2025-09-16 11:19:05 +05:30
parent 02f09e0a45
commit 6d6ef68a03

View File

@@ -940,7 +940,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
{showLimitOptions && ( {showLimitOptions && (
<FormControl> <FormControl>
<FormLabel>
<Typography variant="h6" sx={{ <Typography variant="h6" sx={{
fontSize: '16px', fontSize: '16px',
fontWeight: 'bold', fontWeight: 'bold',
@@ -950,7 +949,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
}}> }}>
{t('right_panel.limit.title')} {t('right_panel.limit.title')}
</Typography> </Typography>
</FormLabel>
<RadioGroup <RadioGroup
value={limitType} value={limitType}
onChange={(e) => updateLimitType(e.target.value as LimitType)} onChange={(e) => updateLimitType(e.target.value as LimitType)}