Skip to content

Commit

Permalink
Update CountdownWidgetView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden authored Sep 19, 2023
1 parent a16bff5 commit 0627e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Widget/Countdown Widget/CountdownWidgetView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct CountdownWidgetView: View {
Label{
Text(nextSolarEvent.date.withTimeZoneAdjustment(for: timeZone), style: .time)
} icon: {
Image(systemName: "nextSolarEvent.imageName")
Image(systemName: nextSolarEvent.imageName)
}
.font(.footnote.weight(.semibold))
.contentTransition(.numericText())
Expand Down

0 comments on commit 0627e48

Please sign in to comment.