Browse Source

Update WatchConfigAppleWatchView.swift

Formatting fix
tmhastings 1 year ago
parent
commit
e6c1721475

+ 7 - 9
FreeAPS/Sources/Modules/WatchConfig/View/WatchConfigAppleWatchView.swift

@@ -45,15 +45,13 @@ struct WatchConfigAppleWatchView: View {
                                 action: {
                                 action: {
                                     hintLabel = "Display on Watch"
                                     hintLabel = "Display on Watch"
                                     selectedVerboseHint =
                                     selectedVerboseHint =
-                                        AnyView(VStack(alignment: .leading, spacing: 10) {
-                                            Text("Choose between the following options:")
-                                            VStack(alignment: .leading, spacing: 5) {
-                                                Text("• Heart Rate")
-                                                Text("• Glucose Target")
-                                                Text("• Steps")
-                                                Text("• ISF")
-                                                Text("• % Override")
-                                            }
+                                        AnyView(VStack(alignment: .leading, spacing: 5) {
+                                            Text("Choose between the following:")
+                                            Text("• Heart Rate")
+                                            Text("• Glucose Target")
+                                            Text("• Steps")
+                                            Text("• ISF")
+                                            Text("• % Override")
                                         })
                                         })
                                     shouldDisplayHint.toggle()
                                     shouldDisplayHint.toggle()
                                 },
                                 },