Files
Doormilexpress_app/src/themes/overrides/ListItemIcon.js
Malai Raja 7113ac0681 first
2023-11-27 17:09:27 +05:30

15 lines
319 B
JavaScript

// ==============================|| OVERRIDES - LIST ITEM ICON ||============================== //
export default function ListItemIcon(theme) {
return {
MuiListItemIcon: {
styleOverrides: {
root: {
minWidth: 24,
color: theme.palette.text.primary
}
}
}
};
}