diff --git a/lib/screens/downloadScreen/components/downloadTile.dart b/lib/screens/downloadScreen/components/downloadTile.dart index ec8cb1f0..899f5eb3 100644 --- a/lib/screens/downloadScreen/components/downloadTile.dart +++ b/lib/screens/downloadScreen/components/downloadTile.dart @@ -43,6 +43,7 @@ class DownloadTile extends StatelessWidget { height: 90, width: 160, child: Stack( + fit: StackFit.expand, children: [ ClipRRect( borderRadius: BorderRadius.circular(10),