feat: use h4 for form label

This commit is contained in:
karishmas6
2024-08-26 20:06:29 +05:30
parent 14f89a695d
commit 4f29742310

View File

@@ -171,7 +171,7 @@ export const InterpretationLog = () => {
</TableContainer>
<FormControl>
<FormLabel>What is the maximum number of rows you want to extract?</FormLabel>
<FormLabel><h4>What is the maximum number of rows you want to extract?</h4></FormLabel>
<RadioGroup row>
<FormControlLabel value="10" control={<Radio />} label="10" />
<FormControlLabel value="100" control={<Radio />} label="100" />