We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9eb5f commit c5e9b89Copy full SHA for c5e9b89
packages/docs/content/4.4/components/table.mdx
@@ -1590,7 +1590,7 @@ Starting from version **4.3.0** also this way.
1590
const columns = [...]
1591
const items = [...]
1592
1593
-return <CTable columns={columns} items={items} tableHeadProps={{ color: 'light' }} />
+return <CTable columns={columns} items={items} tableHeadProps={{ color: 'dark' }} />
1594
```
1595
1596
### Table foot
0 commit comments