diff --git a/packages/flutter_widgets/lib/src/message_widget.dart b/packages/flutter_widgets/lib/src/message_widget.dart index 65817823..070aa271 100644 --- a/packages/flutter_widgets/lib/src/message_widget.dart +++ b/packages/flutter_widgets/lib/src/message_widget.dart @@ -453,16 +453,10 @@ class _MessageWidgetState extends State { ), if (isFailedState) Positioned( - left: widget.reverse ? -3 : null, + left: widget.reverse ? -9 : null, right: widget.reverse ? null : -9, - bottom: showBottomRow ? 20 : 0, - child: Container( - decoration: BoxDecoration( - color: Colors.white, - shape: BoxShape.circle, - ), - child: StreamSvgIcon.error(size: 20), - ), + bottom: showBottomRow ? 18 : -2, + child: StreamSvgIcon.error(size: 20), ), ], ),