From 00b6e7247debf5714af4227065b32a73858469cf Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 28 Dec 2025 14:25:03 +0100 Subject: [PATCH] fix: update default theme in App configuration from system to light --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index cb38f26..eeba078 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -32,7 +32,7 @@ const queryClient = new QueryClient({ }); const defaultConfig: AppConfig = { - theme: "system", + theme: "light", relayMetadata: { relays: [ { url: 'wss://relay.layer.systems', read: true, write: true },