style(Field): adjust field placeholder color to gray-5 (#6304)

This commit is contained in:
neverland
2020-05-19 11:04:16 +08:00
committed by GitHub
parent 8317fe70ee
commit ee599ddcbe
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -349,7 +349,7 @@
@field-input-text-color: @text-color;
@field-input-error-text-color: @red;
@field-input-disabled-text-color: @gray-6;
@field-placeholder-text-color: @gray-6;
@field-placeholder-text-color: @gray-5;
@field-icon-size: 16px;
@field-clear-icon-size: 16px;
@field-clear-icon-color: @gray-5;