📅  最后修改于: 2022-03-11 14:59:06.848000             🧑  作者: Mango
TextFieldstyle: {
margin: "15px",
borderRadius: "5px",
color: "white",
"& .MuiFormLabel-root": {
color: "#6605B8",
},
},
root: {
"& .MuiTextField-root": {
margin: theme.spacing(1),
width: "100%",
[theme.breakpoints.down("xs")]: {
width: "100%",
},
},
"& .MuiInputBase-input": {
color: "#6605B8",
},
},