fix banner color code for dark theme

This commit is contained in:
Twisha Saraiya
2020-07-20 22:03:02 +05:30
parent a0c0e7240d
commit b78cd43099
+2 -2
View File
@@ -95,8 +95,8 @@ export const darkTheme = createTheme({
main: blue[500],
},
banner: {
info: '2E77D0',
error: 'E22134',
info: '#2E77D0',
error: '#E22134',
},
border: '#E6E6E6',
textContrast: '#FFFFFF',