fix export button size
This commit is contained in:
parent
d4463fc0f3
commit
094df5922d
|
@ -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">LET’S 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">
|
||||||
|
|
Loading…
Reference in New Issue