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 4c81624 commit 851026cCopy full SHA for 851026c
src/routes/__layout.svelte
@@ -6,7 +6,7 @@
6
<svelte:head>
7
<script>
8
const getThemeFromLocalStorage = () => {
9
- const theme = localStorage.getItem('theme') || 'light';
+ const theme = localStorage.getItem('theme') || 'dark';
10
return theme;
11
};
12
0 commit comments