remove double bg view on homeviewtwo detail

This commit is contained in:
Trey t
2022-02-27 15:16:59 -06:00
parent 0f69d91182
commit 2decfd4aeb

View File

@@ -45,9 +45,6 @@ struct MonthDetailView: View {
createListView()
.padding([.leading, .trailing])
.background(
theme.currentTheme.bg
)
monthDetails
.frame(maxWidth: .infinity, alignment: .leading)