diff --git a/apps/ios/Shared/Views/ChatList/UserPicker.swift b/apps/ios/Shared/Views/ChatList/UserPicker.swift index c85f7d1da7..8b798e2fa3 100644 --- a/apps/ios/Shared/Views/ChatList/UserPicker.swift +++ b/apps/ios/Shared/Views/ChatList/UserPicker.swift @@ -106,7 +106,7 @@ struct UserPicker: View { ThemeManager.applyTheme(DefaultTheme.LIGHT.themeName) } userPickerVisible.toggle() - } + }.padding(.bottom, 7) } } .scaleEffect(x: 1, y: oneHandUI ? -1 : 1, anchor: .center)