style(@vant/cli): improve demo style in dark mode

This commit is contained in:
chenjiahan
2022-01-26 17:05:47 +08:00
parent 73322fd310
commit 0e8e3200a2
5 changed files with 11 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ export default {
&__title {
margin: 0;
padding: 32px 16px 16px;
color: rgba(69, 90, 100, 0.6);
color: var(--van-doc-text-color-4);
font-weight: normal;
font-size: 14px;
line-height: 16px;