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, }, },