Compare commits

..

2 Commits

Author SHA1 Message Date
2000ddadc2 edit msg 2025-10-23 04:01:48 +03:00
9e95f9c9d9 edit msg 2025-10-23 03:58:35 +03:00

View File

@ -160,11 +160,11 @@ struct PrivateChatView: View {
// .foregroundColor(.secondary) // .foregroundColor(.secondary)
// } // }
HStack{ HStack(alignment: .bottom) {
Text(contentText(for: message)) Text(contentText(for: message))
.font(.body) .font(.body)
.foregroundColor(isCurrentUser ? .white : .primary) .foregroundColor(isCurrentUser ? .white : .primary)
.multilineTextAlignment(isCurrentUser ? .trailing : .leading) .multilineTextAlignment(.leading)
Text(timestamp(for: message)) Text(timestamp(for: message))
.font(.caption2) .font(.caption2)