UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

37 lines (36 loc) 1.2 kB
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCLiveStreamForm-cover': { position: 'relative', height: 120, minHeight: 120, '& .SCEventForm-upload-event-cover-root': { position: 'absolute', right: theme.spacing(2), bottom: theme.spacing(1), padding: theme.spacing(1), minWidth: 'auto' } }, '& .SCLiveStreamForm-warning': { margin: theme.spacing(2, 0), [`& a`]: { color: theme.palette.common.white, fontWeight: 'bold', textDecoration: 'underline', whiteSpace: 'nowrap' } }, [`& .SCLiveStreamForm-access-view`]: { margin: theme.spacing(2, 0) }, [`& .SCLiveStreamForm-actions`]: { display: 'flex', justifyContent: 'flex-end', marginTop: theme.spacing(2) } }) } }; export default Component;