From d917375e3534e43746ff66f824b7a9b24e67066c Mon Sep 17 00:00:00 2001 From: dotta Date: Fri, 27 Mar 2026 07:40:56 -0500 Subject: [PATCH] Fix invisible keyboard selection highlight in inbox Replace ring-2 outline (clipped by overflow-hidden container) with bg-accent background color for the selected item. Visible in both light and dark modes. Co-Authored-By: Paperclip --- ui/src/pages/Inbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Inbox.tsx b/ui/src/pages/Inbox.tsx index 8e429dca..e5e50928 100644 --- a/ui/src/pages/Inbox.tsx +++ b/ui/src/pages/Inbox.tsx @@ -1197,7 +1197,7 @@ export function Inbox() {
setSelectedIndex(index)} > {child}