chore: Adjust status header design

This commit is contained in:
Christian Kußowski 2026-02-14 19:43:46 +01:00
parent 51ae4390ab
commit 819d068485
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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,