Ver código fonte

some minor padding fixes

polscm32 2 anos atrás
pai
commit
82a23118fe

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

@@ -671,13 +671,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