UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 223 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCIncubatorDetail-share-card': { margin: theme.spacing() } }) } }; export default Component;