feat(Toast): add @toast-loading-icon-color var (#4782)

This commit is contained in:
neverland
2019-10-19 16:20:05 +08:00
committed by GitHub
parent 1e21ce3cc0
commit 878b330431
7 changed files with 12 additions and 7 deletions
+4
View File
@@ -61,6 +61,10 @@
&__loading {
padding: @padding-base;
.van-loading__spinner {
color: @toast-loading-icon-color;
}
}
&__text {