Revert open button size to small in app list

This commit is contained in:
Andrew Kingston 2021-12-15 16:09:40 +00:00
parent 6f9386ddde
commit 36839d7fdc
1 changed files with 7 additions and 2 deletions

View File

@ -62,9 +62,14 @@
</StatusLight>
</div>
<div>
<Button disabled={app.lockedOther} on:click={() => editApp(app)} secondary
>Open</Button
<Button
size="S"
disabled={app.lockedOther}
on:click={() => editApp(app)}
secondary
>
Open
</Button>
<ActionMenu align="right">
<Icon hoverable slot="control" name="More" />
{#if app.deployed}