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 9e32101 commit ad0d999Copy full SHA for ad0d999
www/src/pages/theme/editor/themeCode.ts
@@ -199,7 +199,7 @@ import { javascript } from '@codemirror/lang-javascript';
199
import { tags as t } from '@lezer/highlight';
200
201
const myTheme = createTheme({
202
- dark: '${styles.dark}',
+ theme: '${styles.dark}',
203
settings: {
204
background: '${styles.background}',
205
backgroundImage: '',
0 commit comments