docs: fix gray typo (#8953)
* docs: fix gray typo * docs: fix prettier issue
This commit is contained in:
@@ -234,7 +234,7 @@ The component provides the following CSS variables, which can be used to customi
|
||||
| --van-dialog-message-font-size | _var(--van-font-size-md)_ | - |
|
||||
| --van-dialog-message-line-height | _var(--van-line-height-md)_ | - |
|
||||
| --van-dialog-message-max-height | _60vh_ | - |
|
||||
| --van-dialog-has-title-message-text-color | _var(--van-gary-7)_ | - |
|
||||
| --van-dialog-has-title-message-text-color | _var(--van-gray-7)_ | - |
|
||||
| --van-dialog-has-title-message-padding-top | _var(--van-padding-xs)_ | - |
|
||||
| --van-dialog-button-height | _48px_ | - |
|
||||
| --van-dialog-round-button-height | _36px_ | - |
|
||||
|
||||
@@ -269,7 +269,7 @@ export default {
|
||||
| --van-dialog-message-font-size | _var(--van-font-size-md)_ | - |
|
||||
| --van-dialog-message-line-height | _var(--van-line-height-md)_ | - |
|
||||
| --van-dialog-message-max-height | _60vh_ | - |
|
||||
| --van-dialog-has-title-message-text-color | _var(--van-gary-7)_ | - |
|
||||
| --van-dialog-has-title-message-text-color | _var(--van-gray-7)_ | - |
|
||||
| --van-dialog-has-title-message-padding-top | _var(--van-padding-xs)_ | - |
|
||||
| --van-dialog-button-height | _48px_ | - |
|
||||
| --van-dialog-round-button-height | _36px_ | - |
|
||||
|
||||
Reference in New Issue
Block a user