remove double bg view on homeviewtwo detail
This commit is contained in:
@@ -45,9 +45,6 @@ struct MonthDetailView: View {
|
|||||||
|
|
||||||
createListView()
|
createListView()
|
||||||
.padding([.leading, .trailing])
|
.padding([.leading, .trailing])
|
||||||
.background(
|
|
||||||
theme.currentTheme.bg
|
|
||||||
)
|
|
||||||
|
|
||||||
monthDetails
|
monthDetails
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
|
|||||||
Reference in New Issue
Block a user