Fix input border color

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-03 13:55:33 +02:00
parent 6277ad4a83
commit 562f5807d2

View file

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