Update background volor

This commit is contained in:
dominik-zeglen 2020-09-03 19:06:47 +02:00
parent 4780d8fb79
commit de309be807

View file

@ -70,7 +70,7 @@ export const dark: IThemeColors = {
export const light: IThemeColors = {
autofill: "#f4f6c5",
background: {
default: "#F1F6F6",
default: "#EFF5F8",
paper: "#FFFFFF"
},
checkbox: {