fix error status
This commit is contained in:
@@ -453,16 +453,10 @@ class _MessageWidgetState extends State<MessageWidget> {
|
|||||||
),
|
),
|
||||||
if (isFailedState)
|
if (isFailedState)
|
||||||
Positioned(
|
Positioned(
|
||||||
left: widget.reverse ? -3 : null,
|
left: widget.reverse ? -9 : null,
|
||||||
right: widget.reverse ? null : -9,
|
right: widget.reverse ? null : -9,
|
||||||
bottom: showBottomRow ? 20 : 0,
|
bottom: showBottomRow ? 18 : -2,
|
||||||
child: Container(
|
child: StreamSvgIcon.error(size: 20),
|
||||||
decoration: BoxDecoration(
|
|
||||||
color: Colors.white,
|
|
||||||
shape: BoxShape.circle,
|
|
||||||
),
|
|
||||||
child: StreamSvgIcon.error(size: 20),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user