@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
15 lines (14 loc) • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Component = {
styleOverrides: {
root: ({ theme }) => ({
'& .SCGroupMembersWidget-actions': {
margin: theme.spacing(0, 0, 2, 1)
}
}),
skeletonRoot: ({ theme }) => ({}),
dialogRoot: ({ theme }) => ({})
}
};
exports.default = Component;