Use @input-color to set InputNumber's color (#5148)

This commit is contained in:
Graeme Yeates 2017-03-02 21:43:44 -05:00 committed by Wei Zhu
parent c3102995b3
commit 9827b74156

View File

@ -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;