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)