fix: better text colours in light mode

This commit is contained in:
2026-01-21 14:38:13 -08:00
parent 7309f88a95
commit 6567493e57
6 changed files with 68 additions and 58 deletions
@@ -60,10 +60,10 @@
</svg>
</div>
<div class="flex-1">
<h3 id="confirm-title" class="text-lg font-semibold text-gray-100 mb-1">
<h3 id="confirm-title" class="text-lg font-semibold text-[var(--text-primary)] mb-1">
Close Connected Tab?
</h3>
<p id="confirm-message" class="text-sm text-gray-400">
<p id="confirm-message" class="text-sm text-[var(--text-secondary)]">
The tab "{tabName}" is currently connected to Claude. Are you sure you want to close
it? This will disconnect the session.
</p>