style(Empty): fix opacity in dark mode (#11027)

This commit is contained in:
neverland
2022-09-11 09:21:09 +08:00
committed by GitHub
parent 34360abd3b
commit fd9cf38022

View File

@@ -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;
}