mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Orange!
This commit is contained in:
parent
58d009a200
commit
47fd8b4b58
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue