Skip to content

Commit

Permalink
website: fix theme editor issue. #669
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 2, 2024
1 parent 9e32101 commit ad0d999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/theme/editor/themeCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ import { javascript } from '@codemirror/lang-javascript';
import { tags as t } from '@lezer/highlight';
const myTheme = createTheme({
dark: '${styles.dark}',
theme: '${styles.dark}',
settings: {
background: '${styles.background}',
backgroundImage: '',
Expand Down

0 comments on commit ad0d999

Please sign in to comment.