mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Touch up RSSI display
This commit is contained in:
parent
e0c5c0aa98
commit
a6ca91d640
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue