mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
fix: suffix icon should not use colorTextDisabled (#43646)
This commit is contained in:
parent
04e729d14a
commit
5eb9f5db9b
@ -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…
Reference in New Issue
Block a user