We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2b05c commit e9d76e2Copy full SHA for e9d76e2
1 file changed
site/src/assets/examples/cheatsheet/index.astro
@@ -244,7 +244,7 @@ export const body_class = 'bg-body-tertiary'
244
<td>Cell</td>
245
246
</tr>`,
247
- ...getData('theme-colors').map((themeColor) => `<tr class="table-${themeColor.name}">
+ ...getData('theme-colors').map((themeColor) => `<tr class="theme-${themeColor.name}">
248
<th scope="row">${themeColor.title}</th>
249
250
0 commit comments