changed btns transition to local

This commit is contained in:
Gani Georgiev
2022-08-03 10:16:13 +03:00
parent da29141248
commit dd5c9ccce8

View File

@@ -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>
@@ -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();