Skip to content

Commit c5e9b89

Browse files
committed
docs: update documenation
1 parent df9eb5f commit c5e9b89

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/content/4.4/components

1 file changed

+1
-1
lines changed

packages/docs/content/4.4/components/table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ Starting from version **4.3.0** also this way.
15901590
const columns = [...]
15911591
const items = [...]
15921592

1593-
return <CTable columns={columns} items={items} tableHeadProps={{ color: 'light' }} />
1593+
return <CTable columns={columns} items={items} tableHeadProps={{ color: 'dark' }} />
15941594
```
15951595

15961596
### Table foot

0 commit comments

Comments
 (0)