Larger min width for signal strength

This commit is contained in:
Garth Vander Houwen 2024-07-09 18:12:47 -07:00
parent cd1b25e0c5
commit 3a30a72c0b

View file

@ -61,6 +61,7 @@ struct NodeInfoItem: View {
.foregroundColor(getRssiColor(rssi: node.rssi))
.font(.caption2)
}
.frame(minWidth: 100, maxWidth: 180)
}
if node.telemetries?.count ?? 0 > 0 {