From 835bcabdbc84b662cf7211e247d9481d2bfb4407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Thu, 23 Apr 2020 10:48:51 +0800 Subject: [PATCH] :lipstick: fix DatePicker/TimePicker icon color (#23508) should be same as 3.x --- components/date-picker/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/date-picker/style/index.less b/components/date-picker/style/index.less index fdb8e03d4f..a2c632fb82 100644 --- a/components/date-picker/style/index.less +++ b/components/date-picker/style/index.less @@ -109,7 +109,7 @@ &-suffix { align-self: center; margin-left: @padding-xs / 2; - color: @text-color-secondary; + color: @disabled-color; pointer-events: none; }