adding in section

This commit is contained in:
talksik
2022-05-27 23:48:08 -05:00
parent 0e28c1889b
commit 46189d1fe1
2 changed files with 91 additions and 3 deletions
+14
View File
@@ -39,5 +39,19 @@ export const NirvanaTheme = createTheme({
fullWidth: true,
},
},
MuiListSubheader: {
styleOverrides: {
root: {
'&.MuiListSubheader-root': {
lineHeight: 1,
display: 'flex',
gap: '0.7em',
alignItems: 'center',
backgroundColor: 'transparent',
},
},
},
},
},
});