Skip to content

Commit

Permalink
Update DetailView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden authored Jun 30, 2024
1 parent 72ae55f commit 0182f2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Solstice/Detail View/DetailView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ struct DetailView<Location: ObservableLocation>: View {

AnnualOverview(location: location)
}
#if os(watchOS)
.listRowBackground(.regularMaterial)
#endif
.formStyle(.grouped)
.navigationTitle(navBarTitleText)
.toolbar {
Expand Down

0 comments on commit 0182f2c

Please sign in to comment.