Update styles of some buttons
This commit is contained in:
parent
e843b550e6
commit
c8dc7885cf
|
@ -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`)}
|
||||||
>
|
>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue