From 1d722da0de28251aea1688a500dd6594f0a01853 Mon Sep 17 00:00:00 2001 From: cyx <30902641+Duncanxyz@users.noreply.github.com> Date: Fri, 29 May 2020 16:08:13 +0800 Subject: [PATCH] fix(button): set font-size to inherit when loading(#6413) (#6414) --- src/button/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/button/index.less b/src/button/index.less index 691f967f3..16610b51d 100644 --- a/src/button/index.less +++ b/src/button/index.less @@ -110,6 +110,7 @@ &__loading { color: inherit; + font-size: inherit; } &--mini {