feat: use h4 for form label
This commit is contained in:
@@ -171,7 +171,7 @@ export const InterpretationLog = () => {
|
|||||||
</TableContainer>
|
</TableContainer>
|
||||||
|
|
||||||
<FormControl>
|
<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>
|
<RadioGroup row>
|
||||||
<FormControlLabel value="10" control={<Radio />} label="10" />
|
<FormControlLabel value="10" control={<Radio />} label="10" />
|
||||||
<FormControlLabel value="100" control={<Radio />} label="100" />
|
<FormControlLabel value="100" control={<Radio />} label="100" />
|
||||||
|
|||||||
Reference in New Issue
Block a user