UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 215 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCPaywalls-error': { margin: theme.spacing(2, 0) } }) } }; export default Component;