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 (#11405)
This commit is contained in:
parent
cd64c47259
commit
e39f0c67d1
@ -22,6 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.van-theme-dark {
|
.van-theme-dark {
|
||||||
|
--van-picker-loading-mask-color: rgba(0, 0, 0, 0.6);
|
||||||
--van-picker-mask-color: linear-gradient(
|
--van-picker-mask-color: linear-gradient(
|
||||||
180deg,
|
180deg,
|
||||||
rgba(0, 0, 0, 0.6),
|
rgba(0, 0, 0, 0.6),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user