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 <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-03-27 07:40:56 -05:00
parent ce4536d1fa
commit d917375e35

View file

@ -1197,7 +1197,7 @@ export function Inbox() {
<div
key={`sel-${key}`}
data-inbox-item
className={isSelected ? "ring-2 ring-inset ring-primary/40 rounded-sm" : ""}
className={isSelected ? "bg-accent" : ""}
onClick={() => setSelectedIndex(index)}
>
{child}