diff --git a/src/UI/ThemeViewGUI.svelte b/src/UI/ThemeViewGUI.svelte index ade3f9562..a127789e4 100644 --- a/src/UI/ThemeViewGUI.svelte +++ b/src/UI/ThemeViewGUI.svelte @@ -42,11 +42,9 @@ import DrawerLeft from "./Base/DrawerLeft.svelte" import DrawerRight from "./Base/DrawerRight.svelte" import SearchResults from "./Search/SearchResults.svelte" - import { CloseButton } from "flowbite-svelte" import Hash from "../Logic/Web/Hash" import Searchbar from "./Base/Searchbar.svelte" import ChevronRight from "@babeard/svelte-heroicons/mini/ChevronRight" - import ChevronLeft from "@babeard/svelte-heroicons/solid/ChevronLeft" import { Drawer } from "flowbite-svelte" import { linear } from "svelte/easing" @@ -201,8 +199,8 @@ {/if} +
-
@@ -220,7 +218,7 @@ {:else if state.theme.hasPresets()} ✨ {:else} - + {/if} {/if}