style: component background color using --van-background-color-light (#9754)

This commit is contained in:
neverland
2021-10-29 17:54:16 +08:00
committed by GitHub
parent 8db19b76c2
commit 33d777d6b2
118 changed files with 227 additions and 227 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ There are some [basic variables](<(https://github.com/youzan/vant/blob/dev/packa
@active-opacity: 0.7;
@disabled-opacity: 0.5;
@background-color: @gray-1;
@background-color-light: #fafafa;
@background-color-light: @white;
@text-link-color: #576b95;
// Padding
+1 -1
View File
@@ -47,7 +47,7 @@ Vant 使用了 [Less](http://lesscss.org/) 对样式进行预处理,并内置
@active-opacity: 0.7;
@disabled-opacity: 0.5;
@background-color: @gray-1;
@background-color-light: #fafafa;
@background-color-light: @white;
@text-link-color: #576b95;
// Padding