UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

23 lines (22 loc) 661 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCFooter-copyright': { marginTop: theme.spacing(3), fontSize: '0.857rem' }, '& .SCFooter-item-list': { display: 'flex', justifyContent: 'center', flexDirection: 'row', flexWrap: 'wrap', '& .SCFooter-item': { padding: theme.spacing(0.5, 1), color: theme.palette.text.primary } } }), skeletonRoot: ({ theme }) => ({}) } }; export default Component;