Browse Source

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

main
selicens 2 weeks ago committed by GitHub
parent
commit
968317ca9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      components/input-number/style/index.tsx

4
components/input-number/style/index.tsx

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

Loading…
Cancel
Save