1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

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

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>