From b76e84354d7b323b200b9be84e0c7f9adc8b211f Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sat, 12 Jul 2025 15:45:12 +0200 Subject: [PATCH] feat: dark mode always --- apps/web/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index e2dcac9..cb02656 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -19,7 +19,7 @@ export default function RootLayout({ return ( - + {children}