Skip to content

Commit 4f1aab3

Browse files
committed
default to dark theme
1 parent 927f378 commit 4f1aab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
<svelte:window use:shortcut={getKeybindOptions('newChat', () => goto('/chat'))} />
8080

81-
<ModeWatcher />
81+
<ModeWatcher defaultMode="dark" />
8282
{#if browser}
8383
{@render children()}
8484
{/if}

0 commit comments

Comments
 (0)