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
+1 -1
View File
@@ -85,7 +85,7 @@ The component provides the following CSS variables, which can be used to customi
| --- | --- | --- |
| --van-progress-height | _4px_ | - |
| --van-progress-color | _var(--van-primary-color)_ | - |
| --van-progress-background-color | _var(--van-gary-3)_ | - |
| --van-progress-background-color | _var(--van-gray-3)_ | - |
| --van-progress-pivot-padding | _0 5px_ | - |
| --van-progress-pivot-text-color | _var(--van-white)_ | - |
| --van-progress-pivot-font-size | _var(--van-font-size-xs)_ | - |
+1 -1
View File
@@ -89,7 +89,7 @@ app.use(Progress);
| ------------------------------------- | -------------------------- | ---- |
| --van-progress-height | _4px_ | - |
| --van-progress-color | _var(--van-primary-color)_ | - |
| --van-progress-background-color | _var(--van-gary-3)_ | - |
| --van-progress-background-color | _var(--van-gray-3)_ | - |
| --van-progress-pivot-padding | _0 5px_ | - |
| --van-progress-pivot-text-color | _var(--van-white)_ | - |
| --van-progress-pivot-font-size | _var(--van-font-size-xs)_ | - |