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

This commit is contained in:
MadCcc 2023-07-19 14:44:39 +08:00 committed by GitHub
parent 04e729d14a
commit 5eb9f5db9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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