add bg back to home screen
This commit is contained in:
@@ -105,6 +105,9 @@ struct DayView: View {
|
||||
PersistenceController.shared.fillInMissingDates()
|
||||
viewModel.updateData()
|
||||
}
|
||||
.background(
|
||||
theme.currentTheme.bg
|
||||
)
|
||||
}
|
||||
|
||||
private var headerView: some View {
|
||||
|
||||
Reference in New Issue
Block a user