fix(button): set font-size to inherit when loading(#6413) (#6414)

This commit is contained in:
cyx 2020-05-29 16:08:13 +08:00 committed by GitHub
parent c927c1f6ed
commit 1d722da0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,7 @@
&__loading {
color: inherit;
font-size: inherit;
}
&--mini {