Reduce evaluation side panel copy icon size

This commit is contained in:
Andrew Kingston 2024-03-14 14:59:12 +00:00
parent 560d8ee9c9
commit af43a18290
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
</div>
{/if}
<span />
<Icon name="Copy" hoverable on:click={copy} />
<Icon name="Copy" size="S" hoverable on:click={copy} />
{:else}
<div>Preview</div>
{#if evaluating}
@ -65,7 +65,7 @@
{/if}
<span />
{#if !empty}
<Icon name="Copy" hoverable newStyles on:click={copy} />
<Icon name="Copy" newStyles size="S" hoverable on:click={copy} />
{/if}
{/if}
</div>