diff --git a/lib/widgets/post/post_reaction_sheet.dart b/lib/widgets/post/post_reaction_sheet.dart index f4cc17ca..5a453c58 100644 --- a/lib/widgets/post/post_reaction_sheet.dart +++ b/lib/widgets/post/post_reaction_sheet.dart @@ -517,7 +517,10 @@ class ReactionDetailsPopup extends HookConsumerWidget { leading: AccountPfcGestureDetector( uname: reaction.account?.name, child: reaction.actor != null - ? ActorPictureWidget(actor: reaction.actor!) + ? ActorPictureWidget( + actor: reaction.actor!, + radius: 20, + ) : ProfilePictureWidget( file: reaction.account?.profile.picture, ),