From 5e538616da54ddfaa7991fe224fc121ea1158eb1 Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 27 Aug 2024 09:42:26 +0100 Subject: [PATCH] extra space after sun --- apps/ios/Shared/Views/ChatList/UserPicker.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)