add bg color to theme

fix tapping on main view empty space not working
update charts
This commit is contained in:
Trey t
2022-02-23 10:26:49 -06:00
parent d88c4e7a05
commit 7ecd104871
4 changed files with 46 additions and 18 deletions

View File

@@ -152,6 +152,7 @@ extension HomeViewTwo {
}
}
}
.contentShape(Rectangle())
.onTapGesture{
let deailView = MonthDetailView(monthInt: month,
yearInt: year,