mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 18:49:11 +03:00
fix: reorient new series name modal action btns
This commit is contained in:
parent
773a31e5b5
commit
e5fbb18883
@ -73,8 +73,8 @@
|
|||||||
<TextBox placeholder="New branch name" id="newRemoteName" bind:value={createRefName} focus />
|
<TextBox placeholder="New branch name" id="newRemoteName" bind:value={createRefName} focus />
|
||||||
{/snippet}
|
{/snippet}
|
||||||
{#snippet controls(close)}
|
{#snippet controls(close)}
|
||||||
<Button style="pop" kind="solid">Ok</Button>
|
|
||||||
<Button style="ghost" outline type="reset" onclick={close}>Cancel</Button>
|
<Button style="ghost" outline type="reset" onclick={close}>Cancel</Button>
|
||||||
|
<Button style="pop" kind="solid">Ok</Button>
|
||||||
{/snippet}
|
{/snippet}
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
|
@ -205,8 +205,8 @@
|
|||||||
<TextBox placeholder="New branch name" id="newRemoteName" bind:value={createRefName} focus />
|
<TextBox placeholder="New branch name" id="newRemoteName" bind:value={createRefName} focus />
|
||||||
{/snippet}
|
{/snippet}
|
||||||
{#snippet controls(close)}
|
{#snippet controls(close)}
|
||||||
<Button style="pop" kind="solid">Ok</Button>
|
|
||||||
<Button style="ghost" outline type="reset" onclick={close}>Cancel</Button>
|
<Button style="ghost" outline type="reset" onclick={close}>Cancel</Button>
|
||||||
|
<Button style="pop" kind="solid">Ok</Button>
|
||||||
{/snippet}
|
{/snippet}
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user