mirror of
https://github.com/immich-app/immich.git
synced 2025-02-18 01:24:26 -05:00
Update mobile/lib/widgets/search/person_name_edit_form.dart
Co-authored-by: Nicholas Flamy <30300649+NicholasFlamy@users.noreply.github.com>
This commit is contained in:
parent
bfc8f026eb
commit
b03a4c104f
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class PersonNameEditForm extends HookConsumerWidget {
|
|||
content: SizedBox(
|
||||
width: MediaQuery.of(context).size.width * 0.6,
|
||||
height: filteredContacts.value.isEmpty
|
||||
? 80
|
||||
? 64
|
||||
: MediaQuery.of(context).size.height * 0.4,
|
||||
child: Column(
|
||||
children: [
|
||||
|
|
Loading…
Add table
Reference in a new issue