From 819d068485a69321c7508badd7d5acd38ce3f0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sat, 14 Feb 2026 19:43:46 +0100 Subject: [PATCH] chore: Adjust status header design --- lib/pages/chat_list/status_msg_list.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,