UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

15 lines (14 loc) 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({}), skeletonRoot: ({ theme }) => ({}), dialogRoot: ({ theme }) => ({ '& .infinite-scroll-component__outerdiv .infinite-scroll-component .SCFeedObject-snippet': { marginLeft: `0 !important` } }) } }; exports.default = Component;