mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 11:20:40 +09:00
fixed delete dialog colors
This commit is contained in:
@@ -30,7 +30,6 @@ class ImageGrid extends ConsumerWidget {
|
||||
),
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
(BuildContext context, int index) {
|
||||
var assetType = assetGroup[index].type;
|
||||
return GestureDetector(
|
||||
onTap: () {},
|
||||
child: ThumbnailImage(
|
||||
|
||||
Reference in New Issue
Block a user