UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

12 lines (11 loc) 263 B
const Component = { styleOverrides: { requestRoot: ({ theme }) => ({}), drawerRoot: ({ theme }) => ({ '& > div.MuiPaper-root': { padding: theme.spacing(2) } }) } }; export default Component;