From 9896d1f49ae4023aba9d1c786561ac6d845dc4eb Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 17 Sep 2020 11:01:40 +0800 Subject: [PATCH] style(Field): adjust placeholder color to gray-6 (#7192) --- src/style/var.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/var.less b/src/style/var.less index 332bc6c5d..515e5ab2d 100644 --- a/src/style/var.less +++ b/src/style/var.less @@ -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;