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

This commit is contained in:
HaiWei Lian
2022-12-23 18:14:25 +08:00
committed by GitHub
parent cd64c47259
commit e39f0c67d1

View File

@@ -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),