polscm32 2 years ago
parent
commit
639cad30dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

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

@@ -741,7 +741,7 @@ extension Home {
                         .padding(.horizontal, 10)
                         .frame(maxHeight: UIScreen.main.bounds.height / 2.2)
 
-                    timeInterval.padding(.top, 15).padding(.bottom, 20)
+                    timeInterval.padding(.top, 15).padding(.bottom, 15)
 
                     if let progress = state.bolusProgress {
                         bolusView(geo, progress).padding(.bottom, 30)
@@ -890,7 +890,7 @@ extension Home {
                         state.showModal(for: .bolus(waitForSuggestion: false, fetch: false)) },
                     label: {
                         Image(systemName: "plus.circle.fill")
-                            .font(.system(size: 45))
+                            .font(.system(size: 40))
                             .foregroundStyle(Color.tabBar)
                             .padding(.bottom, 1)
                     }