diff --git a/lib/pages/chat_list/status_msg_list.dart b/lib/pages/chat_list/status_msg_list.dart index de2690eb8..7677e031f 100644 --- a/lib/pages/chat_list/status_msg_list.dart +++ b/lib/pages/chat_list/status_msg_list.dart @@ -123,8 +123,8 @@ class PresenceAvatar extends StatelessWidget { final statusMsg = presence.statusMsg; const statusMsgBubbleElevation = 6.0; - final statusMsgBubbleShadowColor = theme.colorScheme.surface; - final statusMsgBubbleColor = Colors.white.withAlpha(230); + final statusMsgBubbleShadowColor = theme.colorScheme.surfaceBright; + final statusMsgBubbleColor = Colors.white.withAlpha(212); return Padding( padding: const EdgeInsets.symmetric(horizontal: 8.0), child: SizedBox( @@ -197,7 +197,7 @@ class PresenceAvatar extends StatelessWidget { Positioned( left: 0, top: 0, - right: 8, + right: 0, child: Column( spacing: 2, crossAxisAlignment: .start,