From f59322d6bbc6e2112bebd87c13d353fcb1b311b1 Mon Sep 17 00:00:00 2001 From: Will Pfleger Date: Thu, 4 Jun 2026 15:00:48 -0400 Subject: [PATCH] style: add center dot to unread badges (Discord-style) --- desktop/src/features/sidebar/ui/SidebarSection.tsx | 12 ++++++++---- mobile/lib/features/channels/channels_page.dart | 11 ++++++++++- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/desktop/src/features/sidebar/ui/SidebarSection.tsx b/desktop/src/features/sidebar/ui/SidebarSection.tsx index c91f398279..94e7524ac5 100644 --- a/desktop/src/features/sidebar/ui/SidebarSection.tsx +++ b/desktop/src/features/sidebar/ui/SidebarSection.tsx @@ -193,9 +193,11 @@ export function ChannelMenuButton({ {hasUnread && !isActive && channel.channelType !== "dm" ? (