Revert open button size to small in app list
This commit is contained in:
parent
6f9386ddde
commit
36839d7fdc
|
@ -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