UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

10 lines (9 loc) 205 B
const Component = { styleOverrides: { root: ({ theme }) => ({ color: theme.palette.primary.main }), menuRoot: ({ theme }) => ({}) } }; export default Component;