fix(Button): text align center

This commit is contained in:
chenjiahan
2020-05-05 12:42:11 +08:00
parent df78a33b89
commit 8c53db040d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@
@button-normal-font-size: @font-size-md;
@button-large-height: 50px;
@button-default-height: 44px;
@button-default-line-height: 1.5;
@button-default-line-height: 1.2;
@button-default-font-size: @font-size-lg;
@button-default-color: @text-color;
@button-default-background-color: @white;