Skip to content

Commit

Permalink
Tweak input placeholder color, close #7365
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 23, 2017
1 parent df1b1f5 commit 89a6aa9
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 @@ -226,7 +226,7 @@
@input-padding-vertical-base : 4px;
@input-padding-vertical-sm : 1px;
@input-padding-vertical-lg : 6px;
@input-placeholder-color : @disabled-color;
@input-placeholder-color : hsv(0, 0, 75%);
@input-color : @text-color;
@input-border-color : @border-color-base;
@input-bg : #fff;
Expand Down

0 comments on commit 89a6aa9

Please sign in to comment.