@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
13 lines (12 loc) • 366 B
JavaScript
const Component = {
styleOverrides: {
root: ({ theme }) => ({}),
skeletonRoot: ({ theme }) => ({}),
dialogRoot: ({ theme }) => ({
'& .infinite-scroll-component__outerdiv .infinite-scroll-component .SCFeedObject-snippet': {
marginLeft: `0 !important`
}
})
}
};
export default Component;