[improvement] Color: update base green to wechat green (#2479)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<demo-block :title="$t('customColor')">
|
||||
<van-tabbar
|
||||
v-model="active3"
|
||||
active-color="#4b0"
|
||||
active-color="#07c160"
|
||||
>
|
||||
<van-tabbar-item icon="home-o">{{ $t('tab') }}</van-tabbar-item>
|
||||
<van-tabbar-item icon="search">{{ $t('tab') }}</van-tabbar-item>
|
||||
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
```html
|
||||
<van-tabbar
|
||||
v-model="active"
|
||||
active-color="#4b0"
|
||||
active-color="#07c160"
|
||||
>
|
||||
<van-tabbar-item icon="home-o">标签</van-tabbar-item>
|
||||
<van-tabbar-item icon="search">标签</van-tabbar-item>
|
||||
|
||||
Reference in New Issue
Block a user