chore: Follow up status bubble color
This commit is contained in:
parent
f55588a8c7
commit
bad0579eb5
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue