diff --git a/lib/src/message_widget.dart b/lib/src/message_widget.dart index f4f141bf..13b31f21 100644 --- a/lib/src/message_widget.dart +++ b/lib/src/message_widget.dart @@ -244,7 +244,7 @@ class _MessageWidgetState extends State { top: widget.message.reactionCounts ?.isNotEmpty == true - ? 16 + ? 12 : 0, ) : EdgeInsets.zero,