We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927f378 commit 4f1aab3Copy full SHA for 4f1aab3
1 file changed
src/routes/+layout.svelte
@@ -78,7 +78,7 @@
78
79
<svelte:window use:shortcut={getKeybindOptions('newChat', () => goto('/chat'))} />
80
81
-<ModeWatcher />
+<ModeWatcher defaultMode="dark" />
82
{#if browser}
83
{@render children()}
84
{/if}
0 commit comments