From b13f0bfa2a3da2b4e3e98806a7e5a89b153eebe5 Mon Sep 17 00:00:00 2001 From: Jeannie McGill Date: Mon, 28 Aug 2023 19:30:52 -0400 Subject: [PATCH] Update spacing --- src/lib/views/SearchInputView.svelte | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/views/SearchInputView.svelte b/src/lib/views/SearchInputView.svelte index a7b49e1..ec599d5 100644 --- a/src/lib/views/SearchInputView.svelte +++ b/src/lib/views/SearchInputView.svelte @@ -3,7 +3,7 @@ import { t } from '$lib/language/translate'; import { searchFilter } from '$lib/stores/catalog'; import XMarkIcon from '$lib/icons/x-mark.svg'; - import SearchIcon from '$lib/icons/magnifying-glass.svg'; + import SearchIcon from '$lib/icons/magnifying-glass.svg'; const clearSearch = () => { $searchFilter = ''; @@ -11,11 +11,11 @@
- searchIcon - - {#if $searchFilter.length > 0} - - {/if} -
\ No newline at end of file + searchIcon + + {#if $searchFilter.length > 0} + + {/if} +