nicer list view and grayscale and all

This commit is contained in:
talksik
2022-05-28 00:23:43 -05:00
parent 76d229debd
commit c9cd00e141
2 changed files with 62 additions and 60 deletions
+15
View File
@@ -44,6 +44,21 @@ export const NirvanaTheme = createTheme({
},
},
MuiListItem: {
defaultProps: {
disableGutters: true,
disablePadding: true,
},
},
MuiListItemButton: {
styleOverrides: {
root: {
borderRadius: 5,
},
},
},
MuiListSubheader: {
styleOverrides: {
root: {