Skip to content

Commit

Permalink
adjust input action height
Browse files Browse the repository at this point in the history
  • Loading branch information
Marisa-Jenkins committed Dec 20, 2023
1 parent b575fb4 commit 1d3b307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Gesture.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<!-- Title of gesture-->
<GestureTilePart mr small elevated>
<div class="flex flex-col p-2 h-30 w-70">
<button class="w-5 outline-none ml-auto pb-5" on:click={removeClicked}>
<button class="w-5 outline-none ml-auto pb-3" on:click={removeClicked}>
<i class="fa fa-times fa-lg text-gray-500" />
</button>
<div class="transition ease rounded">
Expand Down

0 comments on commit 1d3b307

Please sign in to comment.