From af7ec893c1c491003834eb3d4eb2c04d3b99bff8 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 26 Mar 2026 22:14:48 +0000 Subject: [PATCH] Detect system dark mode preference and apply it by default Set defaultTheme to "system" with enableSystem on RootProvider so users with OS-level dark mode preference are no longer shown the light theme. https://claude.ai/code/session_01U8cJSR7bEbqLA3CsWSzRtv --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 76f6aef..7833eac 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -163,7 +163,7 @@ export default function Layout({ children }: { children: ReactNode }) {