This commit is contained in:
Garth Vander Houwen 2022-09-27 10:20:12 -07:00
parent 58d009a200
commit 47fd8b4b58

View file

@ -312,7 +312,7 @@ struct UserMessageList: View {
} else if currentUser && message.ackError == 0 {
// Empty Error
Text("Waiting to be acknowledged. . .").font(.caption2).foregroundColor(.yellow)
Text("Waiting to be acknowledged. . .").font(.caption2).foregroundColor(.orange)
} else if currentUser && message.ackError > 0 {