Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e29e711

Browse files
committed
fix(mermaid): background color of the preview
1 parent 9fadc93 commit e29e711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const TPL = /*html*/`\
3434
3535
.note-detail-split-preview-col {
3636
position: relative;
37+
background: var(--main-background-color);
3738
}
3839
3940
.note-detail-split .note-detail-split-editor {

0 commit comments

Comments
 (0)