Skip to content

Commit 150dab8

Browse files
committed
fix: prose invert for node editor
1 parent bdabdec commit 150dab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/internals/NoteEditable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ watch(
131131
v-else
132132
ref="inputEl"
133133
v-model="note"
134-
class="prose resize-none overflow-auto outline-none bg-transparent block border-primary border-2"
134+
class="prose dark:prose-invert resize-none overflow-auto outline-none bg-transparent block border-primary border-2"
135135
style="line-height: 1.75;"
136136
:style="[props.style, inputHeight != null ? { height: `${inputHeight}px` } : {}]"
137137
:class="props.class"

0 commit comments

Comments
 (0)