There was an error while loading. Please reload this page.
2 parents b7271b4 + 47f37f1 commit 58ad539Copy full SHA for 58ad539
1 file changed
src/pages/build/ink-kit.mdx
@@ -80,7 +80,7 @@ By default, Ink Kit provides a couple of themes already in the stylesheet:
80
To specify which theme to use, add the `ink:THEME_ID` to your document root:
81
82
```tsx
83
-<html class="ink:dark-theme">
+<html className="ink:dark-theme">
84
...
85
```
86
0 commit comments