diff --git a/src/lib/components/NavBar.svelte b/src/lib/components/NavBar.svelte index 67a982c..7d83c84 100644 --- a/src/lib/components/NavBar.svelte +++ b/src/lib/components/NavBar.svelte @@ -1,49 +1,9 @@ - -
@@ -54,21 +14,6 @@
diff --git a/src/lib/components/ThemePicker.svelte b/src/lib/components/ThemePicker.svelte index 6cb2e2a..c926ba5 100644 --- a/src/lib/components/ThemePicker.svelte +++ b/src/lib/components/ThemePicker.svelte @@ -1,38 +1,47 @@ -{#key theme} - -{/key} - - - - +
{ + return async ({ result }) => { + await applyAction(result) + } + }} +> + + {#key theme} + + {/key} +