edit msg
This commit is contained in:
parent
9e95f9c9d9
commit
2000ddadc2
@ -164,7 +164,7 @@ struct PrivateChatView: View {
|
|||||||
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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user