make badges larger

This commit is contained in:
Henry Hiles 2026-01-07 15:56:50 -05:00
commit 060d154665
No known key found for this signature in database

View file

@ -30,8 +30,8 @@ class AvatarOrHash extends StatelessWidget {
child: Center(
child: Badge(
isLabelVisible: hasBadge,
smallSize: 8,
backgroundColor: Theme.of(context).colorScheme.onPrimaryContainer,
smallSize: 12,
backgroundColor: Theme.of(context).colorScheme.primary,
child: ClipRRect(
borderRadius: BorderRadius.all(Radius.circular(4)),
child: SizedBox(