Przeglądaj źródła

Merge branch 'UI' of github.com:polscm32/iAPS into UI

dnzxy 2 lat temu
rodzic
commit
d07a2bc923

+ 3 - 2
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -697,13 +697,14 @@ extension Home {
                         .overlay(mainChart)
                         .clipShape(RoundedRectangle(cornerRadius: 15))
                         .shadow(radius: 3)
-                        .padding(10)
+                        .padding(.horizontal, 10)
                         .frame(maxHeight: UIScreen.main.bounds.height / 2.2)
 
                     Spacer()
 
                     pickerPanel(geo)
-                        .padding(.top, 13)
+
+                    Spacer()
 
                     legendPanel