1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +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 /> <DevicePreviewSelect />
{/if} {/if}
<Button <Button
cta newStyles
secondary
icon="Add" icon="Add"
on:click={() => $goto(`../${$selectedScreen._id}/components/new`)} on:click={() => $goto(`../${$selectedScreen._id}/components/new`)}
> >

View file

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