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.
.table
1 parent 22b1582 commit a715174Copy full SHA for a715174
site/src/content/docs/content/tables.mdx
@@ -52,7 +52,7 @@ Use contextual classes to color tables, table rows or individual cells.
52
53
<Code code={[
54
`<!-- On tables -->`,
55
- ...getData('theme-colors').map((themeColor) => `<table class="table-${themeColor.name}">...</table>`),
+ ...getData('theme-colors').map((themeColor) => `<table class="table table-${themeColor.name}">...</table>`),
56
`
57
<!-- On rows -->`,
58
...getData('theme-colors').map((themeColor) => `<tr class="table-${themeColor.name}">...</tr>`),
0 commit comments