Fix input border

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-10 16:28:07 +02:00
parent d762f29f75
commit 841a1e98d2

View file

@ -54,7 +54,7 @@ const light: IThemeColors = {
disabled: "rgba(216, 216, 216, 0.3)"
},
input: {
border: "#06847B",
border: "#BDBDBD",
default: "#FFFFFF",
disabled: "#EAEAEA",
disabledBackground: "#F4F4F4",