Browse Source

fix: suffix icon should not use colorTextDisabled (#43646)

pull/43655/head
MadCcc 1 year ago
committed by GitHub
parent
commit
5eb9f5db9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      components/date-picker/style/index.ts

3
components/date-picker/style/index.ts

@ -1024,6 +1024,7 @@ const genPickerStyle: GenerateStyle<PickerToken> = (token) => {
presetsWidth, presetsWidth,
presetsMaxWidth, presetsMaxWidth,
boxShadowPopoverArrow, boxShadowPopoverArrow,
colorTextQuaternary,
} = token; } = token;
return [ return [
@ -1054,7 +1055,7 @@ const genPickerStyle: GenerateStyle<PickerToken> = (token) => {
cursor: 'not-allowed', cursor: 'not-allowed',
[`${componentCls}-suffix`]: { [`${componentCls}-suffix`]: {
color: colorTextDisabled, color: colorTextQuaternary,
}, },
}, },

Loading…
Cancel
Save