mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
update button group since now filled is true by default
This commit is contained in:
parent
1738936a66
commit
f0e440a58d
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
{#if !middleLabel}
|
{#if !middleLabel}
|
||||||
<div class="flex gap-3">
|
<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} />
|
<Button label={rightLabel} on:click={rightAction} primary={true} filled={true} {wide} />
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
|
Loading…
Reference in New Issue
Block a user