UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

33 lines (32 loc) 1.05 kB
const Component = { styleOverrides: { root: ({ theme }) => ({}), popoverRoot: ({ theme }) => ({ width: '260px', borderRadius: '4px', '& .MuiPaper-root': { padding: theme.spacing(2) }, '& .SCLessonReleaseMenu-popover-content': { marginTop: theme.spacing(1), '& .SCLessonReleaseMenu-popover-selection': { display: 'flex', alignItems: 'center', gap: theme.spacing(2), '& .MuiInputBase-root': { width: '68px', height: '38px' }, '& .MuiRadio-root': { padding: theme.spacing(0.5) } }, '& .SCLessonReleaseMenu-popover-action': { marginTop: theme.spacing(1), width: '100%' } } }) } }; export default Component;