Jelajahi Sumber

Adjust padding slightly for time interval - stat - legend row

Deniz Cengiz 1 tahun lalu
induk
melakukan
5d5a04ccb6
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

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

@@ -854,8 +854,8 @@ extension Home {
 
                     Spacer()
 
-                    timeIntervalButtons.padding(.top, UIDevice.adjustPadding(min: 0, max: 12))
-                        .padding(.bottom, UIDevice.adjustPadding(min: 0, max: 12))
+                    timeIntervalButtons.padding(.top, UIDevice.adjustPadding(min: 0, max: 10))
+                        .padding(.bottom, UIDevice.adjustPadding(min: 0, max: 10))
 
                     Spacer()