From 0206ecd163a22b4bf5f1c2d74c07e69f1a4eae38 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 29 Oct 2019 19:29:56 +0800 Subject: [PATCH] fix(Button): loading color (#4868) --- src/button/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/button/index.less b/src/button/index.less index 269be49d3..501667495 100644 --- a/src/button/index.less +++ b/src/button/index.less @@ -112,6 +112,7 @@ &__loading { display: inline-block; + color: inherit; vertical-align: top; } @@ -123,7 +124,7 @@ line-height: @button-mini-line-height; & + .van-button--mini { - margin-left: 5px; + margin-left: @padding-base; } }