UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 333 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .MuiTypography-root': { marginBottom: theme.spacing(2) }, '& .SCAccountDelete-confirm > .MuiTextField-root': { display: 'block' } }) } }; export default Component;