fix read indicators

This commit is contained in:
Henry Hiles 2025-11-23 14:50:38 -05:00
commit e55d7c4c58
No known key found for this signature in database
6 changed files with 36 additions and 14 deletions

View file

@ -29,12 +29,13 @@ class AvatarOrHash extends StatelessWidget {
width: height,
height: height,
child: Center(
child: ClipRRect(
borderRadius: BorderRadius.all(Radius.circular(4)),
child: Badge(
isLabelVisible: hasBadge,
smallSize: 10,
backgroundColor: Theme.of(context).colorScheme.primary,
child: Badge(
isLabelVisible: hasBadge,
label: SizedBox.shrink(),
offset: Offset(8, -8),
backgroundColor: Theme.of(context).colorScheme.primary,
child: ClipRRect(
borderRadius: BorderRadius.all(Radius.circular(4)),
child: SizedBox(
width: height,
height: height,