Update general style
This commit is contained in:
@@ -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',
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user