Skip to content

Commit

Permalink
changed btns transition to local
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Aug 3, 2022
1 parent 0e1b9a3 commit bb00f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/base/Searchbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<button
type="submit"
class="btn btn-expanded btn-sm btn-warning"
transition:fly={{ duration: 150, x: 5 }}
transition:fly|local={{ duration: 150, x: 5 }}
>
<span class="txt">Search</span>
</button>
Expand All @@ -95,7 +95,7 @@
<button
type="button"
class="btn btn-secondary btn-sm btn-hint p-l-xs p-r-xs m-l-10"
transition:fly={{ duration: 150, x: 5 }}
transition:fly|local={{ duration: 150, x: 5 }}
on:click={() => {
clear(false);
submit();
Expand Down

0 comments on commit bb00f19

Please sign in to comment.