Skip to content

Commit

Permalink
Update design of solar chart widget
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed Sep 19, 2023
1 parent 9a7bac5 commit a1f55e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@
}
}
}
},
"%@ Location required" : {

},
"%@ of daylight" : {
"localizations" : {
Expand Down
2 changes: 1 addition & 1 deletion Widget/Solar Chart Widget/SolarChartWidgetView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct SolarChartWidgetView: View {
var body: some View {
if let solar,
let location {
VStack {
ZStack(alignment: .topLeading) {
HStack {
Label {
Text(solar.safeSunrise.withTimeZoneAdjustment(for: location.timeZone), style: .time)
Expand Down

0 comments on commit a1f55e8

Please sign in to comment.