Mercurial > public > stock-charts
changeset 100:721885770d23
Change font
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 22 Jun 2021 16:34:31 +0200 |
parents | ff09f5279e06 |
children | ffc7731f7206 |
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: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) } }