From 9e95f9c9d92923b02115b0a0cfcfaac1a5bf25b2 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Thu, 23 Oct 2025 03:58:35 +0300 Subject: [PATCH] edit msg --- 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 7e5bc78..8d7e44d 100644 --- a/yobble/Views/Chat/PrivateChatView.swift +++ b/yobble/Views/Chat/PrivateChatView.swift @@ -159,8 +159,8 @@ struct PrivateChatView: View { // .font(.caption) // .foregroundColor(.secondary) // } - - HStack{ + + HStack(alignment: .bottom) { Text(contentText(for: message)) .font(.body) .foregroundColor(isCurrentUser ? .white : .primary)