Skip to content

Commit

Permalink
fix: make search button icon work
Browse files Browse the repository at this point in the history
  • Loading branch information
davidediak committed Dec 14, 2023
1 parent 08ce359 commit 2382c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
<button
class="btn-ghost btn-sm btn absolute bottom-1/2 right-4 translate-y-1/2 px-2"
class:loading={isSearching}
on:click={newSearch}
>
{#if !isSearching}
<Icon id="search" />
Expand Down

0 comments on commit 2382c28

Please sign in to comment.