Browse Source

修改夜间模式

zhangyihao 6 months ago
parent
commit
a8c83290e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/styles/variables.less

+ 1 - 0
src/styles/variables.less

@@ -17,4 +17,5 @@ html.dark {
 .van-theme-dark{
   --van-background-2: #ffffff !important;
   --van-text-color: #445267 !important;
+  --van-search-content-background: #f7f8fa !important;
 }