mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
style(Empty): fix opacity in dark mode (#11027)
This commit is contained in:
@@ -39,3 +39,7 @@
|
|||||||
margin-top: var(--van-empty-bottom-margin-top);
|
margin-top: var(--van-empty-bottom-margin-top);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.van-theme-dark .van-empty {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user