File tree Expand file tree Collapse file tree
website/src/routes/mystuff Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments