chore: Follow up status bubble color

pull/830/head
Krille 1 year ago
parent f55588a8c7
commit bad0579eb5
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -212,6 +212,7 @@ class PresenceAvatar extends StatelessWidget {
left: 8,
top: 32,
child: Material(
color: statusMsgBubbleColor,
elevation: statusMsgBubbleElevation,
shadowColor: statusMsgBubbleShadowColor,
borderRadius: BorderRadius.circular(
@ -227,6 +228,7 @@ class PresenceAvatar extends StatelessWidget {
left: 14,
top: 40,
child: Material(
color: statusMsgBubbleColor,
elevation: statusMsgBubbleElevation,
shadowColor: statusMsgBubbleShadowColor,
borderRadius: BorderRadius.circular(

Loading…
Cancel
Save