Button styles updated (#4098)

"commit", "default branch" and the "push" button
This commit is contained in:
Pavel Laptev 2024-06-17 13:50:30 +02:00 committed by GitHub
parent e09810bfff
commit 8c2e029c4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View File

@ -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}

View File

@ -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}

View File

@ -45,7 +45,7 @@
<DropDownButton
style="pop"
kind="soft"
kind="solid"
loading={isLoading}
bind:this={dropDown}
{wide}