This commit is contained in:
cheykrym 2025-10-23 03:58:35 +03:00
parent 9460024734
commit 9e95f9c9d9

View File

@ -160,7 +160,7 @@ 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)