Fix input border
This commit is contained in:
parent
d762f29f75
commit
841a1e98d2
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue