Skip to content

Commit

Permalink
Fix button in DatePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 16, 2017
1 parent 53640c3 commit ad6dbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/date-picker/style/Calendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
.btn;
.btn-primary;
.button-size(@btn-height-sm; @btn-padding-sm; @font-size-base; @border-radius-base);
line-height: @line-height-base;
line-height: @btn-height-sm - 2px;

&-disabled {
.button-color(@btn-disable-color; @btn-disable-bg; @btn-disable-border);
Expand Down

0 comments on commit ad6dbcb

Please sign in to comment.