Update styles of some buttons
This commit is contained in:
parent
e843b550e6
commit
c8dc7885cf
|
@ -25,7 +25,8 @@
|
|||
<DevicePreviewSelect />
|
||||
{/if}
|
||||
<Button
|
||||
cta
|
||||
newStyles
|
||||
secondary
|
||||
icon="Add"
|
||||
on:click={() => $goto(`../${$selectedScreen._id}/components/new`)}
|
||||
>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue