Skip to content

Commit

Permalink
fix(bridge): add transition duration to memo toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
shadab-taiko committed Dec 22, 2022
1 parent 2b7b678 commit dffc4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge-ui/src/components/form/Memo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</span>
<input
type="checkbox"
class="toggle rounded-full"
class="toggle rounded-full duration-300"
on:click={() => {
showMemo = !showMemo;
}}
Expand Down

0 comments on commit dffc4a7

Please sign in to comment.