fix: update default theme in App configuration from system to light

This commit is contained in:
2025-12-28 14:25:03 +01:00
parent ecf597d072
commit 00b6e7247d

View File

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