docs: fix gray typo (#8953)

* docs: fix gray typo

* docs: fix prettier issue
This commit is contained in:
neverland
2021-06-29 20:41:29 +08:00
committed by GitHub
parent af66aa0d95
commit be3a7d7497
82 changed files with 179 additions and 179 deletions
+2 -2
View File
@@ -309,9 +309,9 @@ The component provides the following CSS variables, which can be used to customi
| Name | Default Value | Description |
| ------------------------------- | --------------------------- | ----------- |
| --van-tab-text-color | _var(--van-gary-7)_ | - |
| --van-tab-text-color | _var(--van-gray-7)_ | - |
| --van-tab-active-text-color | _var(--van-text-color)_ | - |
| --van-tab-disabled-text-color | _var(--van-gary-5)_ | - |
| --van-tab-disabled-text-color | _var(--van-gray-5)_ | - |
| --van-tab-font-size | _var(--van-font-size-md)_ | - |
| --van-tab-line-height | _var(--van-line-height-md)_ | - |
| --van-tabs-default-color | _var(--van-danger-color)_ | - |
+2 -2
View File
@@ -316,9 +316,9 @@ export default {
| 名称 | 默认值 | 描述 |
| ------------------------------- | --------------------------- | ---- |
| --van-tab-text-color | _var(--van-gary-7)_ | - |
| --van-tab-text-color | _var(--van-gray-7)_ | - |
| --van-tab-active-text-color | _var(--van-text-color)_ | - |
| --van-tab-disabled-text-color | _var(--van-gary-5)_ | - |
| --van-tab-disabled-text-color | _var(--van-gray-5)_ | - |
| --van-tab-font-size | _var(--van-font-size-md)_ | - |
| --van-tab-line-height | _var(--van-line-height-md)_ | - |
| --van-tabs-default-color | _var(--van-danger-color)_ | - |