chore: Make unread bubble full round

This commit is contained in:
Christian Kußowski 2026-01-29 18:19:56 +01:00
parent e40d9b5df2
commit 7936982929
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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(