mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +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;
|
line-height: @input-height-base - 2px;
|
||||||
height: @input-height-base - 2px;
|
height: @input-height-base - 2px;
|
||||||
transition: all 0.3s linear;
|
transition: all 0.3s linear;
|
||||||
color: @text-color;
|
color: @input-color;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
padding: 0 7px;
|
padding: 0 7px;
|
||||||
|
Loading…
Reference in New Issue
Block a user