From 79369829290b2c8422e0615c6d9e4b645084d51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Thu, 29 Jan 2026 18:19:56 +0100 Subject: [PATCH] chore: Make unread bubble full round --- lib/pages/chat_list/unread_bubble.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/chat_list/unread_bubble.dart b/lib/pages/chat_list/unread_bubble.dart index 29266ff0f..ba1344db1 100644 --- a/lib/pages/chat_list/unread_bubble.dart +++ b/lib/pages/chat_list/unread_bubble.dart @@ -34,9 +34,9 @@ class UnreadBubble extends StatelessWidget { : hasNotifications || room.markedUnread ? theme.colorScheme.primary : theme.colorScheme.primaryContainer, - borderRadius: BorderRadius.circular(7), + borderRadius: BorderRadius.circular(unreadBubbleSize), ), - child: hasNotifications + child: hasNotifications || room.markedUnread ? Text( room.notificationCount.toString(), style: TextStyle(