Explorar el Código

Quick bolus: increase sheet height to 320pt to fit content on iPhone mini

Magnus Reintz hace 2 semanas
padre
commit
60ed2faded

+ 1 - 1
Trio/Sources/Modules/Home/View/QuickBolus/QuickBolusView.swift

@@ -51,7 +51,7 @@ struct QuickBolusView: View {
                 QuickBolusInfoView(isPresented: $showInfo)
                 QuickBolusInfoView(isPresented: $showInfo)
             }
             }
         }
         }
-        .presentationDetents([.height(260)])
+        .presentationDetents([.height(320)])
     }
     }
 
 
     private var displayedSuggestions: [Decimal] {
     private var displayedSuggestions: [Decimal] {