Add new theme color

This commit is contained in:
Sébastien GLATZ
2019-06-27 11:12:06 +02:00
parent a18c9fd223
commit 1e83e98042
+3
View File
@@ -10,6 +10,9 @@ const theme = createMuiTheme({
secondary: {
main: '#19857b',
},
flash: {
main: '#25D89A',
},
error: {
main: red.A400,
},