Skip to content

Commit

Permalink
Merge pull request #10496 from mslourens/fix/10400-use_trashcan_icon
Browse files Browse the repository at this point in the history
update icon name to Delete
  • Loading branch information
shogunpurple authored May 30, 2023
2 parents ac41777 + f7177a1 commit 860ef34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bbui/src/Form/Core/Dropzone.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
{/if}
{#if !disabled}
<div class="delete-button" on:click={removeFile}>
<Icon name="Close" />
<Icon name="Delete" />
</div>
{/if}
</div>
Expand Down Expand Up @@ -209,7 +209,7 @@
{/if}
{#if !disabled}
<div class="delete-button" on:click={removeFile}>
<Icon name="Close" />
<Icon name="Delete" />
</div>
{/if}
</div>
Expand Down

0 comments on commit 860ef34

Please sign in to comment.