mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-19 16:06:02 +00:00
spacer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user