From 5eb9f5db9bc27d50e36c3ca2ce554587f03f6136 Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Wed, 19 Jul 2023 14:44:39 +0800 Subject: [PATCH] fix: suffix icon should not use colorTextDisabled (#43646) --- components/date-picker/style/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/date-picker/style/index.ts b/components/date-picker/style/index.ts index 9f100a61ee..340ad44eb9 100644 --- a/components/date-picker/style/index.ts +++ b/components/date-picker/style/index.ts @@ -1024,6 +1024,7 @@ const genPickerStyle: GenerateStyle = (token) => { presetsWidth, presetsMaxWidth, boxShadowPopoverArrow, + colorTextQuaternary, } = token; return [ @@ -1054,7 +1055,7 @@ const genPickerStyle: GenerateStyle = (token) => { cursor: 'not-allowed', [`${componentCls}-suffix`]: { - color: colorTextDisabled, + color: colorTextQuaternary, }, },