From fc5837ea3b467aaa6e2dd69dd9afc020d2a2daa2 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Mon, 30 Jun 2025 09:05:51 +0200 Subject: [PATCH] Center name --- mobile/lib/ui/viewer/people/person_gallery_suggestion.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/lib/ui/viewer/people/person_gallery_suggestion.dart b/mobile/lib/ui/viewer/people/person_gallery_suggestion.dart index 818f2c5793..16bbb33c38 100644 --- a/mobile/lib/ui/viewer/people/person_gallery_suggestion.dart +++ b/mobile/lib/ui/viewer/people/person_gallery_suggestion.dart @@ -617,8 +617,7 @@ class _PersonGallerySuggestionState extends State if (i == -1) SizedBox( width: 72, - child: Padding( - padding: const EdgeInsets.only(left: 4), + child: Center( child: Text( relevantPerson.data.name.trim(), style: textTheme.bodyMuted,