mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 05:29:51 +03:00
Button styles updated (#4098)
"commit", "default branch" and the "push" button
This commit is contained in:
parent
e09810bfff
commit
8c2e029c4e
@ -127,7 +127,7 @@
|
||||
isLaneCollapsed={$isLaneCollapsed}
|
||||
/>
|
||||
{#if branch.selectedForChanges}
|
||||
<Button size="tag" clickable={false} style="pop" kind="solid" icon="target"
|
||||
<Button style="pop" kind="soft" size="tag" clickable={false} icon="target"
|
||||
>Default branch</Button
|
||||
>
|
||||
{/if}
|
||||
@ -186,7 +186,7 @@
|
||||
{#if branch.selectedForChanges}
|
||||
<Button
|
||||
style="pop"
|
||||
kind="solid"
|
||||
kind="soft"
|
||||
help="New changes will land here"
|
||||
icon="target"
|
||||
clickable={false}
|
||||
|
@ -65,8 +65,9 @@
|
||||
</Button>
|
||||
{/if}
|
||||
<Button
|
||||
style="neutral"
|
||||
style={$expanded ? 'neutral' : 'ghost'}
|
||||
kind="solid"
|
||||
outline={!$expanded}
|
||||
grow
|
||||
loading={isCommitting}
|
||||
disabled={(isCommitting || !commitMessageValid || $selectedOwnership.isEmpty()) && $expanded}
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
<DropDownButton
|
||||
style="pop"
|
||||
kind="soft"
|
||||
kind="solid"
|
||||
loading={isLoading}
|
||||
bind:this={dropDown}
|
||||
{wide}
|
||||
|
Loading…
Reference in New Issue
Block a user