Merge pull request #3134 from Lindysen/feat/change_field_placeholder_color

feat(Field): change placeholder color
This commit is contained in:
rex 2020-05-13 17:59:38 +08:00 committed by GitHub
commit c02664bebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;