feat(Picker): add @picker-loading-icon-color var (#4787)

This commit is contained in:
neverland
2019-10-19 21:25:30 +08:00
committed by GitHub
parent 9945d93bde
commit 4c2cf8e2cb
6 changed files with 9 additions and 10 deletions
+2
View File
@@ -461,6 +461,8 @@
@picker-option-font-size: @font-size-lg;
@picker-option-text-color: @black;
@picker-option-disabled-opacity: .3;
@picker-loading-icon-color: @blue;
@picker-loading-mask-color: rgba(255, 255, 255, .9);
// Popup
@popup-background-color: @white;