Use right font-color for project name when deleting data

This commit is contained in:
Mattias Granlund 2023-10-12 11:22:32 +02:00
parent fe64ae9db7
commit 5501509671

View File

@ -95,7 +95,7 @@
<Modal bind:this={deleteConfirmationModal} title="Delete {$project?.title}?">
<p>
Are you sure you want to delete the project,
<span class="font-bold text-white">{$project?.title}</span>? This cant be undone.
<span class="font-bold">{$project?.title}</span>? This cant be undone.
</p>
<svelte:fragment slot="controls" let:close>