style(Field): adjust placeholder color to gray-6 (#7192)

This commit is contained in:
neverland 2020-09-17 11:01:40 +08:00 committed by GitHub
parent 5debc352ff
commit 9896d1f49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,7 +359,7 @@
@field-input-text-color: @text-color;
@field-input-error-text-color: @red;
@field-input-disabled-text-color: @gray-5;
@field-placeholder-text-color: @gray-5;
@field-placeholder-text-color: @gray-6;
@field-icon-size: 16px;
@field-clear-icon-size: 16px;
@field-clear-icon-color: @gray-5;