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
2daa02a118
commit
ac7d613127
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user