From e29e711861d92905d53a60a7de0ccfb455b0883f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 29 May 2025 14:41:50 +0300 Subject: [PATCH] fix(mermaid): background color of the preview --- .../src/widgets/type_widgets/abstract_split_type_widget.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts b/apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts index cead9d254..70081283a 100644 --- a/apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts +++ b/apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts @@ -34,6 +34,7 @@ const TPL = /*html*/`\ .note-detail-split-preview-col { position: relative; + background: var(--main-background-color); } .note-detail-split .note-detail-split-editor {