Przeglądaj źródła

Adjust padding slightly for time interval - stat - legend row

Deniz Cengiz 1 rok temu
rodzic
commit
5d5a04ccb6

+ 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()