Use new styles for secondary buttons
This commit is contained in:
parent
3817d117f2
commit
3087fe6505
|
@ -106,7 +106,9 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if showCancelButton}
|
{#if showCancelButton}
|
||||||
<Button group secondary on:click={close}>{cancelText}</Button>
|
<Button group secondary newStyles on:click={close}>
|
||||||
|
{cancelText}
|
||||||
|
</Button>
|
||||||
{/if}
|
{/if}
|
||||||
{#if showConfirmButton}
|
{#if showConfirmButton}
|
||||||
<span class="confirm-wrap">
|
<span class="confirm-wrap">
|
||||||
|
|
Loading…
Reference in New Issue