first
This commit is contained in:
14
src/themes/overrides/ListItemIcon.js
Normal file
14
src/themes/overrides/ListItemIcon.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// ==============================|| OVERRIDES - LIST ITEM ICON ||============================== //
|
||||
|
||||
export default function ListItemIcon(theme) {
|
||||
return {
|
||||
MuiListItemIcon: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
minWidth: 24,
|
||||
color: theme.palette.text.primary
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user