fix(Button): loading color (#4868)

This commit is contained in:
neverland 2019-10-29 19:29:56 +08:00 committed by GitHub
parent 432d86838a
commit 0206ecd163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}