mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-02 14:31:50 +03:00
Some design updates (#3649)
* CSS: badge size update * close modal when remove the project
This commit is contained in:
parent
382e265bb5
commit
c9aba85bfa
@ -5,7 +5,7 @@
|
||||
export let help = '';
|
||||
</script>
|
||||
|
||||
<div class="badge text-base-9 text-semibold" use:tooltip={help}>
|
||||
<div class="badge text-base-10 text-bold" use:tooltip={help}>
|
||||
{count}
|
||||
</div>
|
||||
|
||||
|
@ -48,7 +48,9 @@
|
||||
reversedDirection
|
||||
loading={isDeleting}
|
||||
icon="bin-small"
|
||||
on:click={onDeleteClicked}>Remove</Button
|
||||
on:click={() => {
|
||||
onDeleteClicked().then(close);
|
||||
}}>Remove</Button
|
||||
>
|
||||
<Button style="pop" kind="solid" on:click={close}>Cancel</Button>
|
||||
</svelte:fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user