fix: missing light mode colours for delete workspace modal

This commit is contained in:
Henry
2025-04-17 14:16:37 +01:00
parent e9211464d6
commit 2bd4051fa5
2 changed files with 6 additions and 3 deletions

View File

@@ -77,7 +77,10 @@ export function DeleteWorkspaceConfirmation() {
/>
</div>
<div className="ml-3 text-sm leading-6">
<p id="comments-description" className="text-dark-1000">
<p
id="comments-description"
className="text-light-900 dark:text-dark-1000"
>
I acknowledge that all of the workspace data will be permanently
deleted and want to proceed.
</p>