From 7e6f799acb4db33dca46d80a911106d49bacbb3d Mon Sep 17 00:00:00 2001 From: Wes Date: Wed, 25 Mar 2026 15:25:02 -0700 Subject: [PATCH] fix(desktop): align DM close button and unread indicator hover states (#184) Co-authored-by: Claude Opus 4.6 --- desktop/src/features/sidebar/ui/SidebarSection.tsx | 11 ++++++++++- desktop/src/shared/ui/sidebar.tsx | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/desktop/src/features/sidebar/ui/SidebarSection.tsx b/desktop/src/features/sidebar/ui/SidebarSection.tsx index b1a2a9514..50a6d5cff 100644 --- a/desktop/src/features/sidebar/ui/SidebarSection.tsx +++ b/desktop/src/features/sidebar/ui/SidebarSection.tsx @@ -159,7 +159,7 @@ export function ChannelMenuButton({ presenceStatus={presenceStatus} /> {resolvedLabel} - {hasUnread && !isActive ? ( + {hasUnread && !isActive && channel.channelType !== "dm" ? (