Touch up RSSI display

This commit is contained in:
Garth Vander Houwen 2023-05-09 07:49:22 -07:00
parent e0c5c0aa98
commit a6ca91d640

View file

@ -65,8 +65,8 @@ struct NodeInfoView: View {
.font(.title)
.foregroundColor(.orange)
.symbolRenderingMode(.hierarchical)
Text("Noisy Environment")
.font(.title3)
Text("Noisy")
.font(.title2)
.foregroundColor(.orange)
.multilineTextAlignment(.center)
}
@ -187,8 +187,8 @@ struct NodeInfoView: View {
.font(.callout)
.foregroundColor(.orange)
.symbolRenderingMode(.hierarchical)
Text("Noisy Environment")
.font(.caption2)
Text("Noisy")
.font(.caption)
.multilineTextAlignment(.center)
.foregroundColor(.orange)
}