Disabled signup; Map test

This commit is contained in:
cracklesparkle
2024-09-26 12:02:01 +09:00
parent 33f41aaab0
commit 108dc5082c
20 changed files with 833 additions and 445 deletions

View File

@ -16,6 +16,13 @@ const mainTheme = createTheme(
].join(',')
},
components: {
MuiAppBar: {
// styleOverrides: {
// colorPrimary: {
// backgroundColor: 'gray'
// }
// }
},
MuiListItemButton: {
defaultProps: {
//disableRipple: true
@ -38,6 +45,7 @@ const mainTheme = createTheme(
},
MuiIconButton: {
defaultProps: {
}
},
MuiIcon: {