Update ContactsView.swift

This commit is contained in:
talksik
2021-12-15 17:19:46 -08:00
parent 8f820e61ad
commit 4ea3bd417d
@@ -32,9 +32,6 @@ struct ContactsView: View {
.strokeBorder(style: StrokeStyle(lineWidth: 4, dash: [10])) .strokeBorder(style: StrokeStyle(lineWidth: 4, dash: [10]))
.foregroundColor(NirvanaColor.teal) .foregroundColor(NirvanaColor.teal)
) )
.onTapGesture {
self.contactObj.showContactPicker.toggle()
}
} }
.background(NirvanaColor.bgLightGrey) .background(NirvanaColor.bgLightGrey)
.alert(item: $contactsViewModel.permissionsError) {_ in .alert(item: $contactsViewModel.permissionsError) {_ in