Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
fix(Button): large button style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimi-Gao committed Mar 30, 2020
1 parent 3092009 commit 687cefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Button/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@
margin-right: @ui-unit;
&:not(.@{prefix-cls}-button--text):not(.@{prefix-cls}-button--link) {
border-radius: 28px;
padding: 12px;
.ui-mixin-reduce(@ui-unit);
padding: 14px;
.ui-mixin-reduce(22px);
font-size: @ui-fontsize-medium;
min-width: @ui-unit-plus;
}
Expand Down

0 comments on commit 687cefa

Please sign in to comment.