From 3f8751abbee88ddea1449f1593969fa1f53caadd Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 27 Aug 2024 22:30:31 +0100 Subject: [PATCH] remove strange square from profile switcher click --- apps/ios/Shared/Views/ChatList/UserPicker.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/ios/Shared/Views/ChatList/UserPicker.swift b/apps/ios/Shared/Views/ChatList/UserPicker.swift index 0f07ad9ae9..a50b7c5b53 100644 --- a/apps/ios/Shared/Views/ChatList/UserPicker.swift +++ b/apps/ios/Shared/Views/ChatList/UserPicker.swift @@ -229,7 +229,6 @@ struct UserPicker: View { } } }) - .buttonStyle(PressedButtonStyle(defaultColor: theme.colors.surface, pressedColor: Color(uiColor: .secondarySystemFill))) }