ソースを参照

Merge remote-tracking branch 'origin/master'

Hwf 5 ヶ月 前
コミット
3cb68eb2f8
1 ファイル変更4 行追加0 行削除
  1. 4 0
      src/styles/variables.less

+ 4 - 0
src/styles/variables.less

@@ -14,3 +14,7 @@ html.dark {
   --color-background-2: var(--van-background-2, #1c1c1e);
   --color-block-background: var(--van-border-color, #3a3a3c);
 }
+.van-theme-dark{
+  --van-background-2: #ffffff !important;
+  --van-text-color: #445267 !important;
+}