1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

fix(Picker): picker loading color in dark theme ()

This commit is contained in:
HaiWei Lian 2022-12-23 18:14:25 +08:00 committed by GitHub
parent cd64c47259
commit e39f0c67d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,7 @@
}
.van-theme-dark {
--van-picker-loading-mask-color: rgba(0, 0, 0, 0.6);
--van-picker-mask-color: linear-gradient(
180deg,
rgba(0, 0, 0, 0.6),