UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

13 lines (12 loc) 317 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCGroupMembersWidget-actions': { margin: theme.spacing(0, 0, 2, 1) } }), skeletonRoot: ({ theme }) => ({}), dialogRoot: ({ theme }) => ({}) } }; export default Component;