mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-29 11:31:32 +00:00
small icon
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
a12e478e49
commit
884c73eab7
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user