Explorar o código

Slightly bigger font for Y-axis

Jon Mårtensson %!s(int64=5) %!d(string=hai) anos
pai
achega
3f350b51b5

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

@@ -156,7 +156,7 @@ struct MainChartView: View {
 
             return Text(glucoseFormatter.string(from: value as NSNumber)!)
                 .position(CGPoint(x: fullSize.width - 12, y: range.minY + CGFloat(line) * yStep))
-                .font(.caption2)
+                .font(.caption) // Before: .font(.caption2)
                 .asAny()
         }
     }