Skip to content

Commit

Permalink
warning button
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorley15 committed Jul 16, 2024
1 parent 9e78a1b commit 58cb6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/components/AdventureCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<button class="btn btn-primary" on:click={editAdventure}>
<FileDocumentEdit class="w-6 h-6" />
</button>
<button class="btn btn-secondary" on:click={deleteAdventure}
<button class="btn btn-warning" on:click={deleteAdventure}
><TrashCan class="w-6 h-6" /></button
>
{/if}
Expand All @@ -175,7 +175,7 @@
<button class="btn btn-primary" on:click={editAdventure}>
<FileDocumentEdit class="w-6 h-6" />
</button>
<button class="btn btn-secondary" on:click={deleteAdventure}
<button class="btn btn-warning" on:click={deleteAdventure}
><TrashCan class="w-6 h-6" /></button
>
{/if}
Expand Down

0 comments on commit 58cb6ba

Please sign in to comment.