Bläddra i källkod

Add padding to (+) button to avoid glitch where empty view opens in main view

dnzxy 2 år sedan
förälder
incheckning
a73adbe9c5
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

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

@@ -893,6 +893,7 @@ extension Home {
                             .font(.system(size: 40))
                             .font(.system(size: 40))
                             .foregroundStyle(Color.tabBar)
                             .foregroundStyle(Color.tabBar)
                             .padding(.bottom, 1)
                             .padding(.bottom, 1)
+                            .padding(.horizontal, 20)
                     }
                     }
                 )
                 )
             }.ignoresSafeArea(.keyboard, edges: .bottom)
             }.ignoresSafeArea(.keyboard, edges: .bottom)