UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

12 lines (11 loc) 252 B
const Component = { styleOverrides: { root: ({ theme }) => ({ padding: theme.spacing(0.5) }), skeletonRoot: ({ theme }) => ({ padding: theme.spacing(0.5) }) } }; export default Component;