Skip to content

Commit

Permalink
Merge pull request #255 from davidediak/dd/254-make-search-button-ico…
Browse files Browse the repository at this point in the history
…n-work

fix: make search button icon work
  • Loading branch information
0xIchigo committed Dec 15, 2023
2 parents 5da5272 + 2382c28 commit 695f0f3
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 695f0f3

Please sign in to comment.