Skip to content

Commit

Permalink
update input placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 11, 2017
1 parent 4419d4c commit ab4e676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
@input-padding-vertical-base : 4px;
@input-padding-vertical-sm : 1px;
@input-padding-vertical-lg : 6px;
@input-placeholder-color : #ccc;
@input-placeholder-color : @disabled-color;
@input-color : @text-color;
@input-border-color : @border-color-base;
@input-bg : #fff;
Expand Down

0 comments on commit ab4e676

Please sign in to comment.