Mercurial > public > stock-charts
changeset 99:ff09f5279e06
Update font
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 22 Jun 2021 16:22:40 +0200 |
parents | 46e874c1f459 |
children | 721885770d23 |
files | Sources/StockCharts/LineChart/Helpers/ChartLabel.swift StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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) } }