diff --git a/yobble/Views/Chat/PrivateChatView.swift b/yobble/Views/Chat/PrivateChatView.swift index 0bab92c..5572ebb 100644 --- a/yobble/Views/Chat/PrivateChatView.swift +++ b/yobble/Views/Chat/PrivateChatView.swift @@ -293,8 +293,8 @@ struct PrivateChatView: View { } .offset(y: 3) // Move the timestamp view down } - .padding(.vertical, 10) - .padding(.horizontal, 12) + .padding(.vertical, 15) + .padding(.horizontal, 15) .background( MessageBubbleShape( decorationsEnabled: areBubbleDecorationsEnabled,