Explorar o código

Small Fix for small iPhones screens

(cherry picked from commit d437bb19165006e0ad1c127e239145e94db85b87)
Jon Mårtensson %!s(int64=3) %!d(string=hai) anos
pai
achega
d316037a3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -73,7 +73,7 @@ extension Home {
             }
             }
             .frame(maxWidth: .infinity)
             .frame(maxWidth: .infinity)
             .padding(.top, geo.safeAreaInsets.top)
             .padding(.top, geo.safeAreaInsets.top)
-            .padding(.bottom)
+            .padding(.bottom, 6)
             .background(Color.gray.opacity(0.2))
             .background(Color.gray.opacity(0.2))
         }
         }