UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

33 lines (32 loc) 613 B
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