UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

12 lines (11 loc) 219 B
const Component = { defaultProps: { enterDelay: 500 }, styleOverrides: { tooltip: ({ theme }) => ({ borderRadius: theme.spacing(0.5) }) } }; export default Component;