diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 465c3ae..508b31e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -35,23 +35,38 @@ - - - - - cycleTheme()} variant="ghost" size="icon" class="h-12 w-12"> - {#if theme === 'dark'} - - {:else if theme === 'light'} - - {:else} - - {/if} + + + + + + cycleTheme()} variant="ghost" size="icon" class="h-12 w-12"> + {#if theme === 'dark'} + + {:else if theme === 'light'} + + {:else} + + {/if} - Toggle theme - - + Toggle theme + + - - {@render children()} + + {@render children()} + + +