feat(Field): change placeholder color

This commit is contained in:
陈森 2020-05-12 10:03:44 +08:00
parent eb10549463
commit 9136be7c35

View File

@ -236,7 +236,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;