From 04902f6a8124c40e68d325c9987c6e28e79ee400 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 12 Jan 2021 14:50:47 +0100 Subject: [PATCH] fix indicator --- lib/src/message_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/message_widget.dart b/lib/src/message_widget.dart index 8118af01..ccf7dc83 100644 --- a/lib/src/message_widget.dart +++ b/lib/src/message_widget.dart @@ -428,7 +428,7 @@ class _MessageWidgetState extends State { if (widget.showReactionPickerIndicator) Positioned( right: 0, - top: -6, + top: -8, child: Transform( transform: Matrix4.rotationY( widget.reverse ? pi : 0),