fix(mobile): spacing fixes of #8087 (#8163)

fix(mobile): spacing fix of https://github.com/immich-app/immich/pull/8087
This commit is contained in:
waclaw66
2024-03-21 18:23:06 +02:00
committed by GitHub
parent fa0a5107c2
commit 95fb9c4365
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class CuratedPeopleRow extends StatelessWidget {
@override
Widget build(BuildContext context) {
const imageSize = 70.0;
const imageSize = 60.0;
// Guard empty [content]
if (content.isEmpty) {