UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

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