small image

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-26 20:55:57 +02:00
parent c8cad17e2e
commit 570530329b
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -30,7 +30,7 @@
closed = !closed
}}
>
<svelte:component this={icon} size={'medium'} />
<svelte:component this={icon} size={'small'} />
<div class="title"><Label {label} /></div>
<div class="arrow">{#if closed}<ArrowUp size={'small'} />{:else}<ArrowDown size={'small'} />{/if}</div>
</div>