fix(InputNumber): disabled text clolor (#7776)

This commit is contained in:
selicens 2024-11-08 10:18:03 +08:00 committed by GitHub
parent 22dad3ba6d
commit 968317ca9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,6 +263,10 @@ const genInputNumberStyles: GenerateStyle<InputNumberToken> = (token: InputNumbe
[`${componentCls}-handler-wrap`]: {
display: 'none',
},
[`${componentCls}-input`]: {
color: 'inherit',
},
},
[`