Skip to content

Commit ab70fcd

Browse files
author
Jicheng Lu
committed
minor change
1 parent 733a31e commit ab70fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/page/conversation/[conversationId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
{/if}
5858
<Row>
5959
<div class="mb-4">
60-
<Button class="btn btn-soft-primary btn-hover rounded" on:click={() => handleConversationDeletion()}><i class="mdi mdi-delete"></i>{$_('Delete Conversation')}</Button>
60+
<Button class="btn btn-danger btn-hover rounded" on:click={() => handleConversationDeletion()}><i class="mdi mdi-delete"></i>{$_('Delete Conversation')}</Button>
6161
</div>
6262
</Row>

0 commit comments

Comments
 (0)