add bg back to home screen

This commit is contained in:
Trey t
2022-12-23 13:25:03 -06:00
parent adc1eadb49
commit d7ac7e9a57

View File

@@ -105,6 +105,9 @@ struct DayView: View {
PersistenceController.shared.fillInMissingDates() PersistenceController.shared.fillInMissingDates()
viewModel.updateData() viewModel.updateData()
} }
.background(
theme.currentTheme.bg
)
} }
private var headerView: some View { private var headerView: some View {