Skip to content

Commit f296cde

Browse files
committed
fix: update frame theme import in MarkdownEditor for consistency
1 parent eb00f7c commit f296cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/MarkdownEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Editor } from '@milkdown/core';
1515
import { Crepe } from '@milkdown/crepe';
1616
import type { AdminForthColumn } from '@/types/Common';
1717
import '@milkdown/crepe/theme/common/style.css';
18-
import '@milkdown/crepe/theme/frame-dark.css';
18+
import '@milkdown/crepe/theme/frame.css';
1919
2020
const props = defineProps<{
2121
column: AdminForthColumn,

0 commit comments

Comments
 (0)