Skip to content

Commit ad0d999

Browse files
committedJul 2, 2024·
website: fix theme editor issue. #669
1 parent 9e32101 commit ad0d999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎www/src/pages/theme/editor/themeCode.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ import { javascript } from '@codemirror/lang-javascript';
199199
import { tags as t } from '@lezer/highlight';
200200
201201
const myTheme = createTheme({
202-
dark: '${styles.dark}',
202+
theme: '${styles.dark}',
203203
settings: {
204204
background: '${styles.background}',
205205
backgroundImage: '',

0 commit comments

Comments
 (0)
Please sign in to comment.