UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 329 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .MuiButton-startIcon': { marginRight: theme.spacing(0.5), '& .MuiIcon-root': { fontSize: '0.75rem !important' } } }) } }; export default Component;