update button group since now filled is true by default

This commit is contained in:
Kiril Videlov 2023-03-28 16:19:45 +02:00 committed by Kiril Videlov
parent 1738936a66
commit f0e440a58d

View File

@ -12,7 +12,7 @@
{#if !middleLabel}
<div class="flex gap-3">
<Button label={leftLabel} on:click={leftAction} {wide} />
<Button label={leftLabel} on:click={leftAction} filled={false} {wide} />
<Button label={rightLabel} on:click={rightAction} primary={true} filled={true} {wide} />
</div>
{:else}