prettier menu items

This commit is contained in:
proddy
2025-10-25 16:59:04 +02:00
parent d98f3cc8c5
commit accfeab6fa
3 changed files with 50 additions and 15 deletions

View File

@@ -33,6 +33,18 @@ const theme = responsiveFontSizes(
text: {
disabled: '#eee' // white
}
},
components: {
MuiListItemText: {
styleOverrides: {
primary: {
fontSize: 14
},
secondary: {
color: '#9e9e9e' // grey[500]
}
}
}
}
})
);