Skip to content

Commit 968317c

Browse files
authored
fix(InputNumber): disabled text clolor (#7776)
1 parent 22dad3b commit 968317c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/input-number/style/index.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ const genInputNumberStyles: GenerateStyle<InputNumberToken> = (token: InputNumbe
263263
[`${componentCls}-handler-wrap`]: {
264264
display: 'none',
265265
},
266+
267+
[`${componentCls}-input`]: {
268+
color: 'inherit',
269+
},
266270
},
267271

268272
[`

0 commit comments

Comments
 (0)