Skip to content

Commit

Permalink
Fixed QA issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoazemelet committed Jul 8, 2024
1 parent 9a5b516 commit 1bd1513
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,19 @@
on:new-config={handleNewConfig}
on:paste={handlePaste}
>
<div
class="text-white/50 flex flex-row py-3 px-5 justify-between items-center gap-2"
<button
class="text-white/50 flex flex-row py-2 my-1 px-5 mr-4 justify-between items-center gap-2 group hover:bg-white/10"
in:fade={{ delay: 200 }}
on:click={handleShowActionPicker}
>
<span>{text}</span>
<MoltenPushButton style={"outlined"} click={handleShowActionPicker}>
<div slot="content" class="flex flex-row items-center gap-2">
<span class="text-start">{text}</span>
<div class="rounded px-2 py-1 border border-pick group-hover:bg-pick/40">
<div class="flex flex-row items-center gap-2 text-white">
<span> Add </span>
<span class="text-2xl">+</span>
</div>
</MoltenPushButton>
</div>
</div>
</button>
</container>

{#if showActionPicker}
Expand Down

0 comments on commit 1bd1513

Please sign in to comment.