UNPKG

materio-mui-react-nextjs-admin-template-free

Version:

Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! 🚀

20 lines (18 loc) • 344 B
const Chip = theme => { return { MuiChip: { styleOverrides: { outlined: { '&.MuiChip-colorDefault': { borderColor: `rgba(${theme.palette.customColors.main}, 0.22)` } }, deleteIcon: { width: 18, height: 18 } } } } } export default Chip