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