From 5b68a67fea977ad9ba4f5efaa702d17987e059b2 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 25 Feb 2022 18:20:09 -1000 Subject: [PATCH] change alignment of connected device back to .center --- MeshtasticClient/Views/Bluetooth/Connect.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeshtasticClient/Views/Bluetooth/Connect.swift b/MeshtasticClient/Views/Bluetooth/Connect.swift index 2690da73..e8a9dcc2 100644 --- a/MeshtasticClient/Views/Bluetooth/Connect.swift +++ b/MeshtasticClient/Views/Bluetooth/Connect.swift @@ -85,7 +85,7 @@ struct Connect: View { } Spacer() - VStack(alignment: .trailing) { + VStack(alignment: .center) { Text("Preferred").font(.caption2) Text("Radio").font(.caption2)