UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 211 B
const Component = { styleOverrides: { root: ({ theme }) => ({ '& .EmojiPickerReact.epr-main': { borderWidth: 0 } }) } }; export default Component;