nicer list view and grayscale and all
This commit is contained in:
@@ -44,6 +44,21 @@ export const NirvanaTheme = createTheme({
|
||||
},
|
||||
},
|
||||
|
||||
MuiListItem: {
|
||||
defaultProps: {
|
||||
disableGutters: true,
|
||||
disablePadding: true,
|
||||
},
|
||||
},
|
||||
|
||||
MuiListItemButton: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
borderRadius: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
MuiListSubheader: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
|
||||
Reference in New Issue
Block a user