1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Update styles of some buttons

This commit is contained in:
Andrew Kingston 2022-07-01 12:23:18 +01:00
parent a0a3531964
commit dbfc576fba
2 changed files with 5 additions and 2 deletions

View file

@ -25,7 +25,8 @@
<DevicePreviewSelect />
{/if}
<Button
cta
newStyles
secondary
icon="Add"
on:click={() => $goto(`../${$selectedScreen._id}/components/new`)}
>

View file

@ -190,6 +190,8 @@
{bindings}
/>
{/each}
<Button cta on:click={() => $goto("../components")}>View components</Button>
<Button secondary newStyles on:click={() => $goto("../components")}>
View components
</Button>
</Layout>
</Panel>