UNPKG

coject

Version:
42 lines 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const mui_1 = require("tss-react/mui"); const useStyles = (0, mui_1.makeStyles)()((theme) => { return { root: { margin: 0, width: "100%", display: "flex", alignItems: "center", justifyContent: "flex-start", "& .MuiSwitch-root": { height: "25px", padding: "7px 12px 6px", "& .MuiButtonBase-root": { padding: "3px 9px" } }, "& .MuiTypography-root": { fontSize: "14px", lineHeight: "14px", textTransform: "capitalize" } }, rootError: { "& span": { color: theme.palette.error.main }, "& .MuiSwitch-track": { backgroundColor: theme.palette.error.main } }, error: { fontSize: "11px", lineHeight: "16px", textTransform: "capitalize", color: theme.palette.error.main } }; }); exports.default = useStyles; //# sourceMappingURL=theme.js.map