docs: fix gray typo (#8953)
* docs: fix gray typo * docs: fix prettier issue
This commit is contained in:
@@ -210,7 +210,7 @@ The component provides the following CSS variables, which can be used to customi
|
||||
| --van-tabbar-z-index | _1_ | - |
|
||||
| --van-tabbar-background-color | _var(--van-white)_ | - |
|
||||
| --van-tabbar-item-font-size | _var(--van-font-size-sm)_ | - |
|
||||
| --van-tabbar-item-text-color | _var(--van-gary-7)_ | - |
|
||||
| --van-tabbar-item-text-color | _var(--van-gray-7)_ | - |
|
||||
| --van-tabbar-item-active-color | _var(--van-primary-color)_ | - |
|
||||
| --van-tabbar-item-active-background-color | _var(--van-white)_ | - |
|
||||
| --van-tabbar-item-line-height | _1_ | - |
|
||||
|
||||
@@ -222,7 +222,7 @@ export default {
|
||||
| --van-tabbar-z-index | _1_ | - |
|
||||
| --van-tabbar-background-color | _var(--van-white)_ | - |
|
||||
| --van-tabbar-item-font-size | _var(--van-font-size-sm)_ | - |
|
||||
| --van-tabbar-item-text-color | _var(--van-gary-7)_ | - |
|
||||
| --van-tabbar-item-text-color | _var(--van-gray-7)_ | - |
|
||||
| --van-tabbar-item-active-color | _var(--van-primary-color)_ | - |
|
||||
| --van-tabbar-item-active-background-color | _var(--van-white)_ | - |
|
||||
| --van-tabbar-item-line-height | _1_ | - |
|
||||
|
||||
Reference in New Issue
Block a user