UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 305 B
const Component = { styleOverrides: { root: ({ theme }) => ({}), badgeRoot: ({ theme }) => ({ background: '#008080', borderRadius: 3, padding: '1px', height: 'auto', fontSize: 12 }) } }; export default Component;