From b4cec8d688b43e77a7ad0d66ce9564beca200060 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Thu, 17 Jul 2025 21:10:34 +0400 Subject: [PATCH] spacer --- apps/ios/Shared/Views/Chat/ChatView.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/ios/Shared/Views/Chat/ChatView.swift b/apps/ios/Shared/Views/Chat/ChatView.swift index 501f5898a1..c9816e3584 100644 --- a/apps/ios/Shared/Views/Chat/ChatView.swift +++ b/apps/ios/Shared/Views/Chat/ChatView.swift @@ -812,6 +812,8 @@ struct ChatView: View { private func chatBannerView() -> some View { VStack { + Spacer().frame(height: 60) + ChatInfoImage(chat: chat, size: 103, backgroundColor: theme.colors.background) Text(chat.chatInfo.chatViewName) .font(.title3)