Ack error font

This commit is contained in:
Garth Vander Houwen 2024-08-29 08:50:31 -07:00
parent c678cd37fe
commit 01b354e4a4

View file

@ -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)
}
}
}