diff --git a/apps/ios/Shared/Views/Chat/ChatInfoToolbar.swift b/apps/ios/Shared/Views/Chat/ChatInfoToolbar.swift index c1d6ea2d5..44be65ec9 100644 --- a/apps/ios/Shared/Views/Chat/ChatInfoToolbar.swift +++ b/apps/ios/Shared/Views/Chat/ChatInfoToolbar.swift @@ -32,9 +32,9 @@ struct ChatInfoToolbar: View { Text(cInfo.fullName).font(.subheadline) } } - .frame(width: 180) } .foregroundColor(.primary) + .frame(width: 220) } }