forked from VinokurovVE/tests
Disabled signup; Map test
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user