Skip to content

Commit 19d882a

Browse files
authored
Update README - textColor props for ContentBody
1 parent 2ae5fb5 commit 19d882a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ For each `Content` you need `ContentYear` since with this component you mark the
4747

4848
For each `Content` you need `ContentBody`, because with this component you describe the events that occurred in that year using `Description` component.
4949

50-
| Name | Type | Required | Description |
51-
| -------- | ------ | -------- | ------------------------------------------------- |
52-
| Title | String | True | Show the title for the events |
53-
| Children | Node | True | It is necessary to use the description component. |
50+
| Name | Type | Required | Description |
51+
| --------- | --------- | --------- | ------------------------------------------------- |
52+
| Title | String | True | Show the title for the events |
53+
| Children | Node | True | It is necessary to use the description component. |
54+
| TextColor | String | False | Change the color of the text in the ContentBody. |
5455

5556
### Description
5657

0 commit comments

Comments
 (0)