UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

18 lines (17 loc) 411 B
const Component = { styleOverrides: { root: ({ theme }) => ({ marginTop: 0, '& .SCGroupInfoWidget-root': { padding: theme.spacing(1) } }), skeletonRoot: ({ theme }) => ({ marginTop: 0, [theme.breakpoints.up('md')]: { marginTop: 30 } }) } }; export default Component;