# HG changeset patch # User Dennis Concepción Martín # Date 1624371760 -7200 # Node ID ff09f5279e06650d0e5f6ccbf1d30e9c08db603c # Parent 46e874c1f459fa6d6ca72650e6ebd27eceb74d2f Update font diff -r 46e874c1f459 -r ff09f5279e06 Sources/StockCharts/LineChart/Helpers/ChartLabel.swift --- a/Sources/StockCharts/LineChart/Helpers/ChartLabel.swift Tue Jun 22 16:11:26 2021 +0200 +++ b/Sources/StockCharts/LineChart/Helpers/ChartLabel.swift Tue Jun 22 16:22:40 2021 +0200 @@ -28,7 +28,7 @@ Text("\(data[indexPosition], specifier: "%.2f")") .foregroundColor(Color(.systemBlue)) } - .font(.headline) + .font(.callout) } } diff -r 46e874c1f459 -r ff09f5279e06 StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed