From f62ec7aaae218abfa8fbe43ab6c249f05cb482ee Mon Sep 17 00:00:00 2001 From: Levitating Pineapple Date: Wed, 4 Sep 2024 18:10:17 +0300 Subject: [PATCH] gradient padding --- 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 d821f74c04..4b83ca80ee 100644 --- a/apps/ios/Shared/Views/ChatList/UserPicker.swift +++ b/apps/ios/Shared/Views/ChatList/UserPicker.swift @@ -137,7 +137,7 @@ struct UserPicker: View { startPoint: .leading, endPoint: .trailing ) - .frame(width: 24) + .frame(width: 2) Color.clear LinearGradient( colors: [.clear, .black],