UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

9 lines (8 loc) 164 B
const Component = { styleOverrides: { root: ({ theme }) => ({ padding: theme.spacing(0.75, 3) }) } }; export default Component;