mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fixed delete dialog colors
This commit is contained in:
parent
edd1f49e57
commit
0f51a9794e
16 changed files with 77 additions and 57 deletions
|
|
@ -30,7 +30,6 @@ class ImageGrid extends ConsumerWidget {
|
|||
),
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
(BuildContext context, int index) {
|
||||
var assetType = assetGroup[index].type;
|
||||
return GestureDetector(
|
||||
onTap: () {},
|
||||
child: ThumbnailImage(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue