UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

13 lines (12 loc) 305 B
const Component = { styleOverrides: { root: ({ theme }) => ({ textAlign: 'center', '& .SCUserProfileBlocked-info': { marginTop: theme.spacing(3), marginBottom: theme.spacing(3) } }) } }; export default Component;