UNPKG

@prabink/react-node-cli

Version:

React Node Application Generator & Helpers To Serve React Build, Push to github & Export industry level react project structure

36 lines (34 loc) 693 B
// ---------------------------------------------------------------------- export default function Lists(theme) { return { MuiListItemIcon: { styleOverrides: { root: { color: 'inherit', minWidth: 'auto', marginRight: theme.spacing(2) } } }, MuiListItemAvatar: { styleOverrides: { root: { minWidth: 'auto', marginRight: theme.spacing(2) } } }, MuiListItemText: { styleOverrides: { root: { marginTop: 0, marginBottom: 0 }, multiline: { marginTop: 0, marginBottom: 0 } } } }; }