UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

15 lines (14 loc) 397 B
"use strict"; 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;