fix: Fix modal user avatar border

This commit is contained in:
Deven Joshi
2021-01-20 15:46:45 +05:30
parent 0da478fe2c
commit 38dd718914
@@ -272,10 +272,7 @@ class _ImageFooterState extends State<ImageFooter> {
clipBehavior: Clip.antiAlias,
decoration: BoxDecoration(
shape: BoxShape.circle,
color: StreamChatTheme.of(context)
.colorTheme
.white
.withOpacity(0.6),
color: Colors.white.withOpacity(0.6),
boxShadow: [
BoxShadow(
blurRadius: 8.0,
@@ -286,7 +283,7 @@ class _ImageFooterState extends State<ImageFooter> {
),
],
),
padding: const EdgeInsets.all(1),
padding: const EdgeInsets.all(2),
child: UserAvatar(
user: widget.message.user,
constraints: