UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

20 lines (19 loc) 480 B
const Component = { styleOverrides: { root: ({ theme }) => ({}), menuRoot: ({ theme }) => ({ '& .SCNavigationSettingsIconButton-paper': { maxWidth: 400, padding: theme.spacing(2) } }), drawerRoot: ({ theme }) => ({ '& .MuiList-root': { '& a': { color: 'inherit' } } }) } }; export default Component;