1
0
Fork 0
mirror of synced 2024-08-31 17:51:11 +12:00

Update styles of some buttons

This commit is contained in:
Andrew Kingston 2022-07-01 12:23:18 +01:00
parent e843b550e6
commit c8dc7885cf
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>