Skip to content

Commit 2cc3430

Browse files
authored
Fix MD editor color (#174)
1 parent 42a1daa commit 2cc3430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/generic/markdown-editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const MarkdownEditor: FC<{
2424
})}
2525
>
2626
<MDEditor
27+
data-color-mode="light"
2728
aria-label={label}
2829
value={value ?? ''}
2930
onChange={(value) => {

0 commit comments

Comments
 (0)