Center name

This commit is contained in:
laurenspriem
2025-06-30 09:05:51 +02:00
parent ea90f5c6cb
commit fc5837ea3b

View File

@@ -617,8 +617,7 @@ class _PersonGallerySuggestionState extends State<PersonGallerySuggestion>
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,