chore: Adjust status header design
This commit is contained in:
parent
51ae4390ab
commit
819d068485
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue