make badges larger
This commit is contained in:
parent
257ebdd5b5
commit
060d154665
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue