Skip to content

Commit 6184354

Browse files
committed
Adjust forecast header typography
1 parent c39ccc1 commit 6184354

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WeatherApp/Features/Forecast/Views/ForecastHeaderView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ struct ForecastHeaderView: View {
66
var body: some View {
77
VStack(alignment: .leading, spacing: 16) {
88
Text("5 Day Forecast")
9-
.font(.title.weight(.bold))
9+
.font(.system(size: 18, weight: .bold, design: .rounded))
1010
.foregroundStyle(.white)
1111

1212
VStack(alignment: .leading, spacing: 6) {
1313
Text(snapshot.locationName)
14-
.font(.title2.weight(.semibold))
14+
.font(.headline.weight(.semibold))
1515
.foregroundStyle(.white)
1616

1717
Text("\(snapshot.currentTemperatureCelsius)°")

0 commit comments

Comments
 (0)