Revert open button size to small in app list
This commit is contained in:
parent
91923f2370
commit
dab5d20183
|
@ -62,9 +62,14 @@
|
||||||
</StatusLight>
|
</StatusLight>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Button disabled={app.lockedOther} on:click={() => editApp(app)} secondary
|
<Button
|
||||||
>Open</Button
|
size="S"
|
||||||
|
disabled={app.lockedOther}
|
||||||
|
on:click={() => editApp(app)}
|
||||||
|
secondary
|
||||||
>
|
>
|
||||||
|
Open
|
||||||
|
</Button>
|
||||||
<ActionMenu align="right">
|
<ActionMenu align="right">
|
||||||
<Icon hoverable slot="control" name="More" />
|
<Icon hoverable slot="control" name="More" />
|
||||||
{#if app.deployed}
|
{#if app.deployed}
|
||||||
|
|
Loading…
Reference in New Issue