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;
|
final statusMsg = presence.statusMsg;
|
||||||
|
|
||||||
const statusMsgBubbleElevation = 6.0;
|
const statusMsgBubbleElevation = 6.0;
|
||||||
final statusMsgBubbleShadowColor = theme.colorScheme.surface;
|
final statusMsgBubbleShadowColor = theme.colorScheme.surfaceBright;
|
||||||
final statusMsgBubbleColor = Colors.white.withAlpha(230);
|
final statusMsgBubbleColor = Colors.white.withAlpha(212);
|
||||||
return Padding(
|
return Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 8.0),
|
padding: const EdgeInsets.symmetric(horizontal: 8.0),
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
|
|
@ -197,7 +197,7 @@ class PresenceAvatar extends StatelessWidget {
|
||||||
Positioned(
|
Positioned(
|
||||||
left: 0,
|
left: 0,
|
||||||
top: 0,
|
top: 0,
|
||||||
right: 8,
|
right: 0,
|
||||||
child: Column(
|
child: Column(
|
||||||
spacing: 2,
|
spacing: 2,
|
||||||
crossAxisAlignment: .start,
|
crossAxisAlignment: .start,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue