Skip to content

Commit

Permalink
Fixed editor theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelalf committed Mar 26, 2024
1 parent 3c8a29c commit 000f84d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function MarkdownEditorPopup(props: MarkdownEditorPopupProps) {
<GithubMarkdown>{content}</GithubMarkdown>
<Editor
className={"knowledge-base-editor"}
theme={"custom"}
theme={"kraken"}
beforeMount={configureMonaco}
language={"markdown"}
value={content}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function WorkspaceCreateFinding(props: CreateFindingProps) {
return (
<Editor
className={"knowledge-base-editor"}
theme={"custom"}
theme={"kraken"}
beforeMount={configureMonaco}
language={"markdown"}
value={details}
Expand Down

0 comments on commit 000f84d

Please sign in to comment.