UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 283 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCCategoryAutocomplete-paper-contrast-color': { color: theme.palette.getContrastText(theme.palette.background.paper) } }) } }; export default Component;