Replacing overall instead of granular colors

Signed-off-by: Johnn Mis <v-jmis@expediagroup.com>
This commit is contained in:
Johnn Mis
2021-03-16 08:58:37 -06:00
parent c6b0fbe350
commit 6dac0c2415
3 changed files with 3 additions and 10 deletions
+1 -2
View File
@@ -102,12 +102,11 @@ export const darkTheme = createTheme({
},
},
primary: {
main: '#2E77D0',
main: '#8CB4E5',
},
secondary: {
main: '#FF88B2',
},
tonalOffset: 0.45,
banner: {
info: '#2E77D0',
error: '#E22134',