From ca24a30543ddfbdd345ac405b14e0541a9af1020 Mon Sep 17 00:00:00 2001 From: Samantha Kellow Date: Wed, 24 Apr 2024 17:54:54 +0100 Subject: [PATCH] update main app layout for dark view --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 6ca584df1..d6df5c584 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -34,7 +34,7 @@ export default async function RootLayout({ children }: { children: ReactNode }) return ( - +
{children}