[improvement] optimize active color (#3026)

This commit is contained in:
neverland
2019-03-21 15:08:39 +08:00
committed by GitHub
parent 055387108f
commit f645d64900
6 changed files with 10 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ There are some basic variables below, all available variables could be found in
// default colors
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #e8e8e8;
@active-color: #f2f3f5;
@background-color: #f8f8f8;
@background-color-light: #fafafa;
```

View File

@@ -30,7 +30,7 @@ Vant 使用了 [Less](http://lesscss.org/) 对样式进行预处理,并内置
// default colors
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #e8e8e8;
@active-color: #f2f3f5;
@background-color: #f8f8f8;
@background-color-light: #fafafa;
```