feat(style): update basic red color (#4368)

This commit is contained in:
neverland
2019-09-05 11:25:43 +08:00
committed by GitHub
parent 2d7a188c2d
commit 988bb80003
31 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default {
<van-switch
v-model="checked"
active-color="#07c160"
inactive-color="#f44"
inactive-color="#ee0a24"
/>
```
+1 -1
View File
@@ -60,7 +60,7 @@ export default {
<van-switch
v-model="checked"
active-color="#07c160"
inactive-color="#f44"
inactive-color="#ee0a24"
/>
```
+1 -1
View File
@@ -29,7 +29,7 @@
<van-switch
v-model="checked3"
active-color="#07c160"
inactive-color="#f44"
inactive-color="#ee0a24"
/>
</demo-block>