small icon

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-09-02 19:42:04 +02:00
parent a12e478e49
commit 884c73eab7
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -80,7 +80,7 @@ let displayItems: Item[] = []
<div class="overflow-label">{item.value}</div>
</div>
<div class="button" on:click|preventDefault={() => { alert('Copied: ' + item.value) }}>
<IconCopy size={'medium'}/>
<IconCopy size={'small'}/>
</div>
</div>
{/each}