Skip to content

Commit

Permalink
Delete icon update
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Jul 26, 2024
1 parent c99ab50 commit fa884b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/history/trash/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
class="border border-red-300 rounded text-red-600 p-[3px] w-fit disabled:border-gray-200 disabled:cursor-not-allowed disabled:text-opacity-45"
on:click|stopPropagation|preventDefault={() => (deleteConfirm = id)}
>
<Icon icon="ph:trash-light" width="16px" />
<Icon icon="ic:baseline-delete-forever" />
</button>
{#if deleteConfirm == id}
<button
Expand Down

0 comments on commit fa884b6

Please sign in to comment.