From a6ca91d640e98db56c6f19ca9da521e4dce3d459 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 9 May 2023 07:49:22 -0700 Subject: [PATCH] Touch up RSSI display --- Meshtastic/Views/Helpers/Node/NodeInfoView.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Meshtastic/Views/Helpers/Node/NodeInfoView.swift b/Meshtastic/Views/Helpers/Node/NodeInfoView.swift index 818e0d51..48cc8515 100644 --- a/Meshtastic/Views/Helpers/Node/NodeInfoView.swift +++ b/Meshtastic/Views/Helpers/Node/NodeInfoView.swift @@ -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) }