mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
Loading: fix white spinner color
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
}
|
||||
|
||||
&.van-loading__spinner--white {
|
||||
border-color: rgba(0, 0, 0, .5);
|
||||
border-top-color: transparent;
|
||||
border-color: rgba(0, 0, 0, .1);
|
||||
border-top-color: rgba(255, 255, 255, .7);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user