UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

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