UNPKG

materio-mui-react-nextjs-admin-template-free

Version:

Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! 🚀

16 lines (14 loc) • 264 B
const Switch = theme => { return { MuiSwitch: { styleOverrides: { root: { '& .MuiSwitch-track': { backgroundColor: `rgb(${theme.palette.customColors.main})` } } } } } } export default Switch