chore(web): fine tuning styling for base modal (#8469)

* chore(web): refine base modal styling

* styling

* remove api spec file
This commit is contained in:
Alex 2024-04-02 14:09:55 -05:00 committed by GitHub
parent 62d307321a
commit 282bccaca5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View file

@ -237,11 +237,11 @@
{#if !sharedLink}
{#if editingLink}
<div class="flex justify-end">
<Button size="sm" rounded="lg" on:click={handleEditLink}>Confirm</Button>
<Button size="sm" on:click={handleEditLink}>Confirm</Button>
</div>
{:else}
<div class="flex justify-end">
<Button size="sm" rounded="lg" on:click={handleCreateSharedLink}>Create link</Button>
<Button size="sm" on:click={handleCreateSharedLink}>Create link</Button>
</div>
{/if}
{:else}