We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39ccc1 commit 6184354Copy full SHA for 6184354
1 file changed
WeatherApp/Features/Forecast/Views/ForecastHeaderView.swift
@@ -6,12 +6,12 @@ struct ForecastHeaderView: View {
6
var body: some View {
7
VStack(alignment: .leading, spacing: 16) {
8
Text("5 Day Forecast")
9
- .font(.title.weight(.bold))
+ .font(.system(size: 18, weight: .bold, design: .rounded))
10
.foregroundStyle(.white)
11
12
VStack(alignment: .leading, spacing: 6) {
13
Text(snapshot.locationName)
14
- .font(.title2.weight(.semibold))
+ .font(.headline.weight(.semibold))
15
16
17
Text("\(snapshot.currentTemperatureCelsius)°")
0 commit comments