1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

fix export button size

This commit is contained in:
Peter Clement 2022-01-19 19:45:19 +00:00
parent d4463fc0f3
commit 094df5922d

View file

@ -303,7 +303,13 @@
<div class="buttons"> <div class="buttons">
{#if cloud} {#if cloud}
<Button icon="Export" quiet secondary on:click={initiateAppsExport}> <Button
size="L"
icon="Export"
quiet
secondary
on:click={initiateAppsExport}
>
Export apps Export apps
</Button> </Button>
{/if} {/if}
@ -403,7 +409,7 @@
<Layout gap="S" justifyItems="center"> <Layout gap="S" justifyItems="center">
<img class="img-size" alt="logo" src={Logo} /> <img class="img-size" alt="logo" src={Logo} />
<div class="new-screen-text"> <div class="new-screen-text">
<Detail size="M">LETS GET STARTED!</Detail> <Detail size="M">Create a business app in minutes!</Detail>
</div> </div>
<Button on:click={() => initiateAppCreation()} size="M" cta> <Button on:click={() => initiateAppCreation()} size="M" cta>
<div class="new-screen-button"> <div class="new-screen-button">