test(ui): clarify branch focus and passive updates
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user