fix: Fix modal user avatar border
This commit is contained in:
@@ -272,10 +272,7 @@ class _ImageFooterState extends State<ImageFooter> {
|
|||||||
clipBehavior: Clip.antiAlias,
|
clipBehavior: Clip.antiAlias,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
shape: BoxShape.circle,
|
shape: BoxShape.circle,
|
||||||
color: StreamChatTheme.of(context)
|
color: Colors.white.withOpacity(0.6),
|
||||||
.colorTheme
|
|
||||||
.white
|
|
||||||
.withOpacity(0.6),
|
|
||||||
boxShadow: [
|
boxShadow: [
|
||||||
BoxShadow(
|
BoxShadow(
|
||||||
blurRadius: 8.0,
|
blurRadius: 8.0,
|
||||||
@@ -286,7 +283,7 @@ class _ImageFooterState extends State<ImageFooter> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
padding: const EdgeInsets.all(1),
|
padding: const EdgeInsets.all(2),
|
||||||
child: UserAvatar(
|
child: UserAvatar(
|
||||||
user: widget.message.user,
|
user: widget.message.user,
|
||||||
constraints:
|
constraints:
|
||||||
|
|||||||
Reference in New Issue
Block a user