1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

Use new styles for secondary buttons

This commit is contained in:
Andrew Kingston 2022-08-02 19:41:43 +01:00
parent 3817d117f2
commit 3087fe6505

View file

@ -106,7 +106,9 @@
{/if}
{#if showCancelButton}
<Button group secondary on:click={close}>{cancelText}</Button>
<Button group secondary newStyles on:click={close}>
{cancelText}
</Button>
{/if}
{#if showConfirmButton}
<span class="confirm-wrap">