diff --git a/lib/ui/screens/photo_gallery/photo_gallery.dart b/lib/ui/screens/photo_gallery/photo_gallery.dart index f54f503c..1e31892f 100644 --- a/lib/ui/screens/photo_gallery/photo_gallery.dart +++ b/lib/ui/screens/photo_gallery/photo_gallery.dart @@ -213,7 +213,7 @@ class _PhotoGalleryState extends State { _handleImageTapped(index); }, child: _checkCollectibleIndex(index) - ? HiddenCollectible(widget.wonderType, index: 1, size: 100) + ? Center(child: HiddenCollectible(widget.wonderType, index: 1, size: 100)) : ClipRRect( borderRadius: BorderRadius.circular(8), child: SizedBox(