UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

13 lines (12 loc) 300 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .MuiCardContent-root': { padding: theme.spacing(2) } }), dialogRoot: ({ theme }) => ({}), skeletonRoot: ({ theme }) => ({}) } }; export default Component;