Change bool to boolean for consistency
This commit is contained in:
parent
f8af2025e8
commit
7d0b4535bb
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ If you don't want to spend time configuring your own theme, there are [several a
|
|||
### Properties
|
||||
| Name | Type | Required | Default |
|
||||
| ---- | ---- | -------- | ------- |
|
||||
| light | bool | no | false |
|
||||
| light | boolean | no | false |
|
||||
| background-color | HSL | no | 240 8 9 |
|
||||
| primary-color | HSL | no | 43 50 70 |
|
||||
| positive-color | HSL | no | same as `primary-color` |
|
||||
|
|
Loading…
Add table
Reference in a new issue