From 59a1c6e035a3126e4785d357f5bac00f3954a89c Mon Sep 17 00:00:00 2001 From: cheykrym Date: Fri, 12 Dec 2025 01:30:12 +0300 Subject: [PATCH] add bubble padding --- yobble/Views/Chat/PrivateChatView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,