fix(ui): remove background color from UserAvatar

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-08-05 15:02:39 +05:30
committed by xsahil03x
parent f3b7f31bad
commit 29d0f91be1
@@ -76,9 +76,6 @@ class UserAvatar extends StatelessWidget {
child: Container(
constraints: constraints ??
streamChatTheme.ownMessageTheme.avatarTheme?.constraints,
decoration: BoxDecoration(
color: streamChatTheme.colorTheme.accentPrimary,
),
child: hasImage
? CachedNetworkImage(
fit: BoxFit.cover,