UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

12 lines (11 loc) 280 B
const Component = { styleOverrides: { displayRoot: ({ theme }) => ({ '& .SCMediaShare-share-preview': { paddingLeft: theme.spacing(), paddingRight: theme.spacing() } }) } }; export default Component;