Skip to content

Commit 6d85026

Browse files
authored
update documentation for the status property
1 parent 047c112 commit 6d85026

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/StateLabel.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ StateLabel components get `COMMON` system props. Read our [System Props](/system
3030

3131
## Component props
3232

33-
| Name | Type | Default | Description |
34-
| :------ | :----- | :------: | :------------------------------------------------------------------------------------------------ |
35-
| variant | String | 'normal' | a value of `small` or `normal` results in a smaller or larger version of the StateLabel. |
36-
| status | String | | Can be one of `issueOpened`, `issueClosed`, `pullOpened`, `pullClosed`, `pullMerged`, or `draft`. |
33+
| Name | Type | Default | Description |
34+
| :------ | :----- | :------: | :------------------------------------------------------------------------------------------------------------- |
35+
| variant | String | 'normal' | a value of `small` or `normal` results in a smaller or larger version of the StateLabel. |
36+
| status | String | | Can be one of `issueOpened`, `issueClosed`, `pullOpened`, `pullClosed`, `pullMerged`, `draft` or `issueDraft`. |

0 commit comments

Comments
 (0)