From addd58cca698e773351f28e8635eed00013d9bc5 Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:20:36 +0530 Subject: [PATCH] fixes dark mode piblic page (#4201) --- apps/web/pages/_document.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/_document.tsx b/apps/web/pages/_document.tsx index f671028872..01b1ea009f 100644 --- a/apps/web/pages/_document.tsx +++ b/apps/web/pages/_document.tsx @@ -77,7 +77,7 @@ class MyDocument extends Document { {/* Keep the embed hidden till parent initializes and gives it the appropriate styles */} - +
{/* In case of Embed we want background to be transparent so that it merges into the website seamlessly. Also, we keep the body hidden here and embed logic would take care of showing the body when it's ready */}