From 78914a4d658deac419c7a6f31154bb7693566b83 Mon Sep 17 00:00:00 2001 From: Amit Haridas Date: Sat, 6 Jun 2026 22:43:16 +0530 Subject: [PATCH] chore(renderer): default to light theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User prefers light mode. next-themes previously defaulted to dark which made first-load users (no localStorage) see a dark UI. With 'enableSystem' on, 'system' is still available as a choice — only the initial value changed. Existing users with 'dark' in localStorage keep dark until they toggle. New users get light. --- src/renderer/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/main.tsx b/src/renderer/main.tsx index 8837691..3273001 100644 --- a/src/renderer/main.tsx +++ b/src/renderer/main.tsx @@ -6,7 +6,7 @@ import './styles/globals.css'; ReactDOM.createRoot(document.getElementById('root')!).render( - +