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 },