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 9825da5 commit e85e414Copy full SHA for e85e414
src/runtime/theme/light.ts
@@ -1,4 +1,4 @@
1
-import { EditorView } from '@codemirror/view';
+import { EditorView } from '@codemirror/view'
2
3
export const defaultLightThemeOption = EditorView.theme(
4
{
@@ -9,4 +9,4 @@ export const defaultLightThemeOption = EditorView.theme(
9
10
dark: false,
11
},
12
-);
+)
0 commit comments