UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 227 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCFooterWidget-content': { paddingBottom: theme.spacing(2.2) } }) } }; export default Component;