Skip to content

Commit

Permalink
design: made button for remove red
Browse files Browse the repository at this point in the history
  • Loading branch information
adrblo committed Feb 13, 2024
1 parent 6c1a839 commit df37beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/lib/EditTagModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
}}
>
{availableTag.name}
<button class="btn btn-sm variant-filled-error ml-2" on:click={() => removeTag(availableTag.name)}>
<Minus size="12" />
</button>
</button>
<!-- remove button -->
<button class="btn btn-sm variant-filled" on:click={() => removeTag(availableTag.name)}>
<Minus />
</button>
{/each}
</div>
<div class="flex gap-2">
Expand Down

0 comments on commit df37beb

Please sign in to comment.