Skip to content

Commit

Permalink
Minor position fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarpalsinh25 committed Aug 21, 2024
1 parent f75ceed commit 4617d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/acter_avatar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class _ActerAvatar extends State<ActerAvatar> {
return Positioned(
bottom: -badgeOverflow,
right: -badgeOverflow,
child: InkWell(
child: GestureDetector(
onTap: options.onTapParentBadges,
child: Wrap(
spacing: -5,
Expand Down

0 comments on commit 4617d3b

Please sign in to comment.