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