Skip to content

Commit

Permalink
Ack error font
Browse files Browse the repository at this point in the history
  • Loading branch information
garthvh committed Aug 29, 2024
1 parent c678cd3 commit 01b354e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Meshtastic/Views/Messages/UserMessageList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ struct UserMessageList: View {
} else if currentUser && message.ackError > 0 {
Text("\(ackErrorVal?.display ?? "Empty Ack Error")").fixedSize(horizontal: false, vertical: true)
.foregroundStyle(ackErrorVal?.color ?? Color.red)
.font(.caption2)
}
}
}
Expand Down

0 comments on commit 01b354e

Please sign in to comment.