edit msg
This commit is contained in:
parent
9460024734
commit
9e95f9c9d9
@ -159,8 +159,8 @@ struct PrivateChatView: View {
|
|||||||
// .font(.caption)
|
// .font(.caption)
|
||||||
// .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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user