diff --git a/apps/ios/Shared/Views/ChatList/UserPicker.swift b/apps/ios/Shared/Views/ChatList/UserPicker.swift index 1c30da34f0..8ecca48331 100644 --- a/apps/ios/Shared/Views/ChatList/UserPicker.swift +++ b/apps/ios/Shared/Views/ChatList/UserPicker.swift @@ -91,6 +91,7 @@ struct UserPicker: View { .background(elevatedSecondarySystemGroupedBackground(colorScheme)) .clipShape(sectionShape) .padding(.horizontal, sectionHorizontalPadding) + .padding(.bottom, sectionSpacing) } .onAppear { // This check prevents the call of listUsers after the app is suspended, and the database is closed.