Answer the question
In order to leave comments, you need to log in
Material-UI how to change label style on click on text field (JSS)?
There is a component with textfield.
const TextFieldd = () => {
const classes = useStyles();
return (
<form className={classes.root} noValidate autoComplete="off">
<TextField id="outlined-basic" label="Some Label" variant="outlined" />
</form>
);
};
MuiInputLabel: {
root: {
fontWeight: '300',
},
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question