mirror of
https://github.com/youzan/vant.git
synced 2026-03-01 02:00:13 +08:00
fix(Picker): picker loading color in dark theme (#11405)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user