[improvement] Color: update base green to wechat green (#2479)

This commit is contained in:
neverland
2019-01-09 22:22:52 +08:00
committed by GitHub
parent d74147dad0
commit d62ccc06fd
31 changed files with 55 additions and 55 deletions

View File

@@ -28,7 +28,7 @@
<demo-block :title="$t('customColor')">
<van-switch
v-model="checked3"
active-color="#4b0"
active-color="#07c160"
inactive-color="#f44"
/>
</demo-block>

View File

@@ -57,7 +57,7 @@ export default {
```html
<van-switch
v-model="checked"
active-color="#4b0"
active-color="#07c160"
inactive-color="#f44"
/>
```

View File

@@ -31,7 +31,7 @@ exports[`renders demo correctly 1`] = `
</div>
</div>
<div>
<div class="van-switch van-switch--on" style="font-size:30px;background-color:#4b0;">
<div class="van-switch van-switch--on" style="font-size:30px;background-color:#07c160;">
<div class="van-switch__node">
<!---->
</div>

View File

@@ -57,7 +57,7 @@ export default {
```html
<van-switch
v-model="checked"
active-color="#4b0"
active-color="#07c160"
inactive-color="#f44"
/>
```