I need to change the label font bigger. However, the input frame won't be adjust with the bigger font label as the pic shows. My code as the follosing:
<div>
<TextField
fullWidth
label="Business Notes"
id="Business Notes"
multiline
rows={8}
inputProps={{style:{fontSize:15}}}
InputLabelProps={{style:{fontSize:20}}}
/>
</div>
Any solusion?enter image description here