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
+1
View File
@@ -665,6 +665,7 @@
@toast-max-width: 70%;
@toast-font-size: @font-size-md;
@toast-text-color: @white;
@toast-loading-icon-color: @white;
@toast-line-height: 20px;
@toast-border-radius: @border-radius-md;
@toast-background-color: rgba(@text-color, .88);