Browse Source

fix position of bolus progress bar

polscm32 aka Marvout 1 year ago
parent
commit
fc42ee622e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

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

@@ -692,7 +692,7 @@ extension Home {
 
                 }.padding(.horizontal, 10).padding(.bottom, 10)
                     .overlay(alignment: .bottom) {
-                        bolusProgressBar(progress).padding(.horizontal, 18).offset(y: 45)
+                        bolusProgressBar(progress).padding(.horizontal, 18).offset(y: 48)
                     }.clipShape(RoundedRectangle(cornerRadius: 15))
             }
         }