Compare commits
No commits in common. "2000ddadc2a6684a19fd733017e63e19c6812483" and "9460024734690133cee90f7f70a8e407965606de" have entirely different histories.
2000ddadc2
...
9460024734
@ -159,12 +159,12 @@ struct PrivateChatView: View {
|
||||
// .font(.caption)
|
||||
// .foregroundColor(.secondary)
|
||||
// }
|
||||
|
||||
HStack(alignment: .bottom) {
|
||||
|
||||
HStack{
|
||||
Text(contentText(for: message))
|
||||
.font(.body)
|
||||
.foregroundColor(isCurrentUser ? .white : .primary)
|
||||
.multilineTextAlignment(.leading)
|
||||
.multilineTextAlignment(isCurrentUser ? .trailing : .leading)
|
||||
|
||||
Text(timestamp(for: message))
|
||||
.font(.caption2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user