From d6927c504927223c2ac1e8b2a3a241d36038457e Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 30 Jan 2024 12:04:57 +0000 Subject: [PATCH] chore: fixed theme colors (#13463) the palette has changed so the theme has to be adjusted for pwa mode --- apps/web/pages/_document.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/pages/_document.tsx b/apps/web/pages/_document.tsx index 2296b50224..1858f3b12f 100644 --- a/apps/web/pages/_document.tsx +++ b/apps/web/pages/_document.tsx @@ -76,8 +76,8 @@ class MyDocument extends Document { - - + + {!IS_PRODUCTION && process.env.VERCEL_ENV === "preview" && ( // eslint-disable-next-line @next/next/no-sync-scripts