UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

16 lines (15 loc) 416 B
const Component = { styleOverrides: { root: ({ theme }) => ({ margin: theme.spacing(1, 0), '& .SCLiveStreamFormSettings-access-view': { margin: theme.spacing(2, 0), width: '100%', '& .Mui-checked': { color: theme.palette.primary.main } } }) } }; export default Component;