mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-03 03:33:16 +03:00
Use right font-color for project name when deleting data
This commit is contained in:
parent
fe64ae9db7
commit
5501509671
@ -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 can’t be undone.
|
||||
<span class="font-bold">{$project?.title}</span>? This can’t be undone.
|
||||
</p>
|
||||
|
||||
<svelte:fragment slot="controls" let:close>
|
||||
|
Loading…
Reference in New Issue
Block a user