Answers for "typography mui change text size"

2

textfield font size material ui

<TextField
  label="input label name here"
  margin="normal"
  inputProps={{style: {fontSize: 40}}} // font size of input text
  InputLabelProps={{style: {fontSize: 40}}} // font size of input label
/>
Posted by: Guest on January-20-2021
0

mui typography per font size

subtitle2 = (14px,font-weight: 500,line-height: 1.57)
body1 = (16px ,font-weight: 400,line-height: 1.5)
body2 =(14px , font-weight: 400,line-height: 1.43)
Posted by: Guest on April-15-2022

Browse Popular Code Answers by Language