Merge pull request #10496 from mslourens/fix/10400-use_trashcan_icon

update icon name to Delete
This commit is contained in:
Martin McKeaveney 2023-05-30 22:04:52 +01:00 committed by GitHub
commit 43a90c1638
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@
{/if}
{#if !disabled}
<div class="delete-button" on:click={removeFile}>
<Icon name="Close" />
<Icon name="Delete" />
</div>
{/if}
</div>
@ -209,7 +209,7 @@
{/if}
{#if !disabled}
<div class="delete-button" on:click={removeFile}>
<Icon name="Close" />
<Icon name="Delete" />
</div>
{/if}
</div>