UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

15 lines (14 loc) 336 B
const Component = { styleOverrides: { root: ({ theme }) => ({ paddingLeft: 4, paddingRight: 4, width: 'auto', minWidth: 31, marginLeft: theme.spacing(), marginRight: theme.spacing(), height: 30 }) } }; export default Component;