diff --git a/yobble/Views/Chat/PrivateChatView.swift b/yobble/Views/Chat/PrivateChatView.swift index 004985a..2349397 100644 --- a/yobble/Views/Chat/PrivateChatView.swift +++ b/yobble/Views/Chat/PrivateChatView.swift @@ -48,7 +48,7 @@ struct PrivateChatView: View { if !isBottomAnchorVisible { scrollToBottomButton .padding(.trailing, 20) - .padding(.bottom, 80) + .padding(.bottom, 30) } } .navigationTitle(title)