fix message padding

This commit is contained in:
Salvatore Giordano
2020-10-16 12:42:56 +02:00
parent dba8e90b37
commit ab1e855cfe
+1 -1
View File
@@ -244,7 +244,7 @@ class _MessageWidgetState extends State<MessageWidget> {
top: widget.message.reactionCounts top: widget.message.reactionCounts
?.isNotEmpty == ?.isNotEmpty ==
true true
? 16 ? 12
: 0, : 0,
) )
: EdgeInsets.zero, : EdgeInsets.zero,