synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
33 lines (32 loc) • 613 B
JavaScript
import { styled as e, FormControl as r, inputBaseClasses as t, formHelperTextClasses as l } from "@mui/material";
const s = e(
r,
{
label: "StyledFormControl"
}
)(({ theme: o }) => ({
"& label": {
fontSize: "14px",
transform: "none"
},
[`& .${l.root}`]: {
marginLeft: "0",
"&.Mui-error": {
color: "#c13415"
}
},
[`& .${t.root}`]: {
marginTop: o.spacing(3)
},
"& .MuiInputBase-multiline": {
padding: "0px"
},
"& fieldset": {
border: "none"
}
}));
export {
s as StyledFormControl,
s as default
};
//# sourceMappingURL=StyledFormControl.js.map