From 309677657984dd165f868f50183722622c23a8c2 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 16 Feb 2023 10:33:29 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/7379 --- app/src/protyle/export/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts index aa6593d15..e92cf3c1d 100644 --- a/app/src/protyle/export/index.ts +++ b/app/src/protyle/export/index.ts @@ -79,8 +79,9 @@ const renderPDF = (id: string) => { if (!isDefault) { themeStyle = ``; } + // data-theme-mode="light" https://github.com/siyuan-note/siyuan/issues/7379 const html = ` - +