UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

13 lines (12 loc) 298 B
const Component = { styleOverrides: { root: ({ theme }) => ({ maxWidth: theme.breakpoints.values['lg'], [theme.breakpoints.down('md')]: { paddingLeft: 0, paddingRight: 0 } }) } }; export default Component;