Change position of the icon

pull/906/head
Alex Tran 2022-10-30 11:08:55 +07:00
parent 1967c1e237
commit b7f1a1ad4b
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@
</div>
<div class="text-white flex gap-2">
<CircleIconButton logo={CloudDownloadOutline} on:click={() => dispatch('download')} />
<CircleIconButton logo={InformationOutline} on:click={() => dispatch('showDetail')} />
<CircleIconButton logo={DeleteOutline} on:click={() => dispatch('delete')} />
<CircleIconButton logo={InformationOutline} on:click={() => dispatch('showDetail')} />
</div>
</div>