Skip to content

Commit

Permalink
Update DetailView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden authored Jul 1, 2024
1 parent 03e3181 commit 6bf69a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solstice/Detail View/DetailView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct DetailView<Location: ObservableLocation>: View {
.listRowBackground(Color.clear.background(.regularMaterial, in: .buttonBorder))
} else {
content
.listRowBackground(Color.clear.background(.background, in: .roundedRectangle(cornerRadius: 12)))
.listRowBackground(Color.clear.background(.background, in: ButtonBorderShape.roundedRectangle))
}
}
#endif
Expand Down

0 comments on commit 6bf69a9

Please sign in to comment.