From dfe36feb70e2ccb93f64b23ff02329be18dad7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Tue, 29 Oct 2024 21:08:21 +0100 Subject: [PATCH] fix(public): add white background (dark mode on mobile safari broken) --- apps/public/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/public/src/app/layout.tsx b/apps/public/src/app/layout.tsx index 61a0c493..79f63eaf 100644 --- a/apps/public/src/app/layout.tsx +++ b/apps/public/src/app/layout.tsx @@ -37,7 +37,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - +