mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
Use @input-color to set InputNumber's color (#5148)
This commit is contained in:
parent
c3102995b3
commit
9827b74156
@ -75,7 +75,7 @@
|
||||
line-height: @input-height-base - 2px;
|
||||
height: @input-height-base - 2px;
|
||||
transition: all 0.3s linear;
|
||||
color: @text-color;
|
||||
color: @input-color;
|
||||
border: 0;
|
||||
border-radius: @border-radius-base;
|
||||
padding: 0 7px;
|
||||
|
Loading…
Reference in New Issue
Block a user