Make full screen button quiet in peek modals

This commit is contained in:
Andrew Kingston 2021-07-30 14:13:43 +01:00
parent 1a0d0de406
commit 952c27058a
1 changed files with 1 additions and 1 deletions

View File

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