diff --git a/Swift Shift/src/View/AppView.swift b/Swift Shift/src/View/AppView.swift index 3c30924..7a86a82 100644 --- a/Swift Shift/src/View/AppView.swift +++ b/Swift Shift/src/View/AppView.swift @@ -42,6 +42,7 @@ struct AppView: View { .padding(.horizontal, 10) .padding(.vertical, 7) .frame(maxWidth: .infinity) + .contentShape(Rectangle()) .background( Group { if selectedTab == tab {