Make full screen button quiet in peek modals

This commit is contained in:
Andrew Kingston 2021-07-30 14:13:43 +01:00
parent 760ec7698d
commit 86e4f05670
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
>
<iframe title="Peek" bind:this={iframe} src={$peekStore.href} />
<div slot="footer">
<Button cta on:click={navigate}>Full screen</Button>
<Button secondary quiet on:click={navigate}>Full screen</Button>
</div>
</ModalContent>
</Modal>