diff --git a/MC1/Views/Chats/NewChatView.swift b/MC1/Views/Chats/NewChatView.swift index bcfd35d42..adc82dcfb 100644 --- a/MC1/Views/Chats/NewChatView.swift +++ b/MC1/Views/Chats/NewChatView.swift @@ -55,6 +55,8 @@ struct NewChatView: View { } .buttonStyle(.plain) } + .listStyle(.insetGrouped) + .contentMargins(.top, 0, for: .scrollContent) .themedCanvas(theme) } }