Update general style

This commit is contained in:
Sébastien GLATZ
2019-06-28 15:28:48 +02:00
parent 502490ced1
commit 03c01d842d
+12 -1
View File
@@ -8,7 +8,7 @@ const theme = createMuiTheme({
main: '#155EE4',
},
secondary: {
main: '#19857b',
main: '#FFFFFF',
},
flash: {
main: '#25D89A',
@@ -18,6 +18,7 @@ const theme = createMuiTheme({
},
background: {
default: '#fff',
grey: '#F8FBFF',
},
},
overrides: {
@@ -27,6 +28,16 @@ const theme = createMuiTheme({
boxShadow: '0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2)',
},
},
MuiButton: {
outlinedPrimary: {
border: '2px solid',
borderColor: '#155EE4',
},
outlinedSecondary: {
border: '2px solid',
borderColor: '#FFFFFF',
}
}
},
});