From de594aac8864b18ec969ccddef45649438edc0e8 Mon Sep 17 00:00:00 2001 From: Levitating Pineapple Date: Wed, 25 Sep 2024 21:07:55 +0300 Subject: [PATCH] user picker bottom padding --- apps/ios/Shared/Views/ChatList/UserPicker.swift | 1 + 1 file changed, 1 insertion(+) 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.