mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +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);
|
||||
}
|
||||
}
|
||||
|
||||
.van-theme-dark .van-empty {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user