UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

19 lines (18 loc) 521 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCPaymentOrder-details': { marginTop: theme.spacing(), marginLeft: theme.spacing(), '& p': { marginBottom: theme.spacing() }, '& .SCPaymentOrderPdfButton-root': { marginTop: theme.spacing() } } }), skeletonRoot: ({ theme }) => ({}) } }; export default Component;