UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

19 lines (18 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({ '& .MuiDialogTitle-root': { '& span': { flexGrow: 1, textAlign: 'center' } }, '& .SCCreateLiveStreamDialog-root': { padding: theme.spacing(2, 0, 0, 0) } }) } }; exports.default = Component;