inputlabelprops textfield code example
Example: MuiInputLabel-shrink change styles
MuiInputLabel: {
outlined: {
'&$shrink': {
transform: 'translate(0px, 0px) scale(0.75)',
},
},
},
MuiInputLabel: {
outlined: {
'&$shrink': {
transform: 'translate(0px, 0px) scale(0.75)',
},
},
},