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: Center(
|
||||||
child: Badge(
|
child: Badge(
|
||||||
isLabelVisible: hasBadge,
|
isLabelVisible: hasBadge,
|
||||||
smallSize: 8,
|
smallSize: 12,
|
||||||
backgroundColor: Theme.of(context).colorScheme.onPrimaryContainer,
|
backgroundColor: Theme.of(context).colorScheme.primary,
|
||||||
child: ClipRRect(
|
child: ClipRRect(
|
||||||
borderRadius: BorderRadius.all(Radius.circular(4)),
|
borderRadius: BorderRadius.all(Radius.circular(4)),
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue