mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Empty): fix opacity in dark mode (#11027)
This commit is contained in:
parent
34360abd3b
commit
fd9cf38022
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user