Просмотр исходного кода

Update PumpConfigRootView.swift

Fix misalignment
tmhastings 1 год назад
Родитель
Сommit
e9d117ce03
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FreeAPS/Sources/Modules/PumpConfig/View/PumpConfigRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/PumpConfig/View/PumpConfigRootView.swift

@@ -64,7 +64,7 @@ extension PumpConfig {
                                                             Text(
                                                                 "Current Pump Models Supported:"
                                                             )
-                                                            VStack {
+                                                            VStack(alignment: .leading) {
                                                                 Text("• Medtronic")
                                                                 Text("• Omnipod Eros")
                                                                 Text("• Omnipod Dash")