UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

18 lines (17 loc) 426 B
const Component = { styleOverrides: { root: ({ theme }) => ({ color: 'inherit', verticalAlign: 'middle', '& .MuiIcon-root': { fontSize: '1rem', marginRight: 2 }, '& .MuiTypography-root': { lineHeight: '1rem', fontSize: '0.857rem' } }) } }; export default Component;