add bubble padding

This commit is contained in:
cheykrym 2025-12-12 01:30:12 +03:00
parent 66ca1bb130
commit 59a1c6e035

View File

@ -293,8 +293,8 @@ struct PrivateChatView: View {
} }
.offset(y: 3) // Move the timestamp view down .offset(y: 3) // Move the timestamp view down
} }
.padding(.vertical, 10) .padding(.vertical, 15)
.padding(.horizontal, 12) .padding(.horizontal, 15)
.background( .background(
MessageBubbleShape( MessageBubbleShape(
decorationsEnabled: areBubbleDecorationsEnabled, decorationsEnabled: areBubbleDecorationsEnabled,