Use Green color from Light theme

This commit is contained in:
Sascha 2021-03-04 13:56:25 +01:00
parent 288448b64b
commit 41c3e6ed04

View File

@ -14,10 +14,9 @@ const defaultDarkTheme = createMuiTheme({
info: {
main: '#2a393e',
},
},
typography: {
button: {
textTransform: 'none',
success: {
main: '#2ea44fd9',
contrastText: '#fff',
},
},
});