Update ContactsView.swift
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user