Skip to content

Commit 71cad18

Browse files
committed
fix: wrong class name
1 parent f199040 commit 71cad18

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

website/src/routes/mystuff/+page.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@
118118

119119
<dialog bind:this={deleteModal} class="modal">
120120
<div class="modal-box border border-red-200 bg-base-100">
121-
<h3 class="text-content text-lg font-bold">Confirm Deletion</h3>
122-
<p class="text-content py-4">
121+
<h3 class="text-base-content text-lg font-bold">Confirm Deletion</h3>
122+
<p class="text-base-content py-4">
123123
Are you sure you want to delete this? This action cannot be undone.
124124
</p>
125125
{#if itemToDelete?.collectionName! == 'cps'}
126-
<p class="text-content py-4">
126+
<p class="text-base-content py-4">
127127
CP cannot be restored after deletion; the character still exists.
128128
</p>
129129
{:else}
130-
<p class="text-content py-4">
130+
<p class="text-base-content py-4">
131131
Once a character is deleted, it cannot be recovered, and the associated CP will also be
132132
deleted.
133133
</p>

0 commit comments

Comments
 (0)