diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 99dcdb62ef3..2e4d9023887 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -578,7 +578,9 @@ export default function Sidebar() { size="sm" isActive={isActive} className={`h-7 w-full translate-x-0 justify-start px-2 text-left hover:bg-accent hover:text-foreground ${ - isActive ? "text-foreground" : "text-muted-foreground" + isActive + ? "bg-accent/85 text-foreground font-medium ring-1 ring-border/70 dark:bg-accent/55 dark:ring-border/50" + : "text-muted-foreground" }`} onClick={() => { void navigate({ @@ -624,7 +626,11 @@ export default function Sidebar() { /> )} - + {formatRelativeTime(thread.createdAt)}