UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

46 lines (45 loc) 1.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({ width: '100%', '& .SCCommentsFeedObject-no-comments': { padding: theme.spacing(), paddingLeft: 0 }, '& .SCCommentsFeedObject-comment-not-found': { padding: theme.spacing() }, '& .SCCommentObject-root': { '& > div': { background: 'transparent' } }, '& .SCCommentObject-skeleton-root': { background: 'transparent', boxShadow: 'none', border: 0, margin: theme.spacing(0.5, 0), '& .SCBaseItem-text': { '& .SCWidget-root': { '& .MuiCardContent-root': { padding: theme.spacing(2) } } } }, '& .SCCommentsObject-skeleton-root': { marginBottom: theme.spacing(0.5) }, '& .SCCommentObjectReply-root': { background: 'transparent', '& .SCCommentObjectReply-comment': { marginBottom: theme.spacing(4) } } }), skeletonRoot: ({ theme }) => ({}) } }; exports.default = Component;