fix(Picker): picker loading color in dark theme (#11405)
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user