1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00

Fix appearance issues

This commit is contained in:
2020-04-16 08:58:56 +02:00
parent f5914a8d34
commit 8881ef3af4
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ class GroupIcon extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Material(
color: Colors.transparent,
child: CachedNetworkImage(
imageUrl: group.iconURL,
width: width,