test(ui): clarify branch focus and passive updates

This commit is contained in:
2026-08-20 06:01:32 +01:00
parent ad42f67800
commit 0ac2e05c40
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ function BranchRow({ id, label, active, isNew, onClick }) {
{/* Active indicator — ● vs ○ */}
<span
className={`flex-none leading-none text-base ${
isActive ? "text-blue-500" : "text-gray-300"
isActive ? "text-blue-500" : "text-gray-400"
}`}
aria-hidden="true"
>