From bad0579eb50cefb2ee4dc99bb3b0e6ea2e08c8f8 Mon Sep 17 00:00:00 2001 From: Krille Date: Thu, 1 Feb 2024 07:14:40 +0100 Subject: [PATCH] chore: Follow up status bubble color --- lib/pages/chat_list/status_msg_list.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pages/chat_list/status_msg_list.dart b/lib/pages/chat_list/status_msg_list.dart index 38eab28d0..db347292f 100644 --- a/lib/pages/chat_list/status_msg_list.dart +++ b/lib/pages/chat_list/status_msg_list.dart @@ -212,6 +212,7 @@ class PresenceAvatar extends StatelessWidget { left: 8, top: 32, child: Material( + color: statusMsgBubbleColor, elevation: statusMsgBubbleElevation, shadowColor: statusMsgBubbleShadowColor, borderRadius: BorderRadius.circular( @@ -227,6 +228,7 @@ class PresenceAvatar extends StatelessWidget { left: 14, top: 40, child: Material( + color: statusMsgBubbleColor, elevation: statusMsgBubbleElevation, shadowColor: statusMsgBubbleShadowColor, borderRadius: BorderRadius.circular(