Jon Mårtensson пре 2 година
родитељ
комит
768187f5fa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

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

@@ -28,7 +28,7 @@ extension Home {
             Buttons(label: "24 hours", number: "24", active: false, hours: 24)
         ]
 
-        let buttonFont = Font.custom("TimeButtonFont", size: 16)
+        let buttonFont = Font.custom("TimeButtonFont", size: 14)
 
         @Environment(\.managedObjectContext) var moc
         @Environment(\.colorScheme) var colorScheme