Skip to content

Commit b3e3c81

Browse files
committed
fix lint
1 parent 97de038 commit b3e3c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drafts/MarkdownEditor/MarkdownEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ const MarkdownEditor = forwardRef<MarkdownEditorHandle, MarkdownEditorProps>(
404404
view === 'edit'
405405
? {
406406
outline: '2px solid',
407-
outlineColor: 'accent.emphasis'
407+
outlineColor: 'accent.emphasis',
408408
}
409409
: {},
410410
...sx,

0 commit comments

Comments
 (0)