From 8b797294bfbcd76b4022986cfda097e70fbd79aa Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Thu, 16 Oct 2025 09:50:20 -0400 Subject: [PATCH] fixed unread message bubble --- packages/web/src/components/UI/Sidebar/SidebarButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/components/UI/Sidebar/SidebarButton.tsx b/packages/web/src/components/UI/Sidebar/SidebarButton.tsx index c3cb5c28..ea1f8d1e 100644 --- a/packages/web/src/components/UI/Sidebar/SidebarButton.tsx +++ b/packages/web/src/components/UI/Sidebar/SidebarButton.tsx @@ -70,7 +70,7 @@ export const SidebarButton = ({ "flex-shrink-0", "transition-opacity duration-300 ease-in-out", isButtonCollapsed ? "opacity-0 invisible" : "opacity-100 visible", - isDirty ? "bg-sky-500" : "bg-red-600", + isDirty ? "bg-sky-500" : "bg-blue-500", )} > {count}