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,
|
left: 8,
|
||||||
top: 32,
|
top: 32,
|
||||||
child: Material(
|
child: Material(
|
||||||
|
color: statusMsgBubbleColor,
|
||||||
elevation: statusMsgBubbleElevation,
|
elevation: statusMsgBubbleElevation,
|
||||||
shadowColor: statusMsgBubbleShadowColor,
|
shadowColor: statusMsgBubbleShadowColor,
|
||||||
borderRadius: BorderRadius.circular(
|
borderRadius: BorderRadius.circular(
|
||||||
|
|
@ -227,6 +228,7 @@ class PresenceAvatar extends StatelessWidget {
|
||||||
left: 14,
|
left: 14,
|
||||||
top: 40,
|
top: 40,
|
||||||
child: Material(
|
child: Material(
|
||||||
|
color: statusMsgBubbleColor,
|
||||||
elevation: statusMsgBubbleElevation,
|
elevation: statusMsgBubbleElevation,
|
||||||
shadowColor: statusMsgBubbleShadowColor,
|
shadowColor: statusMsgBubbleShadowColor,
|
||||||
borderRadius: BorderRadius.circular(
|
borderRadius: BorderRadius.circular(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue