Change to cancel style

pull/2/head
Michael Scoff 7 years ago
parent 715a9950f6
commit 7756c4a070
  1. 2
      Trust/Wallet/ViewControllers/ImportWalletViewController.swift

@ -200,7 +200,7 @@ class ImportWalletViewController: FormViewController {
alertController.addAction(UIAlertAction(title: "iCloud/Dropbox/Google Cloud", style: .default) { _ in
self.showDocumentPicker()
})
alertController.addAction(UIAlertAction(title: "Cancel", style: .destructive) { _ in })
alertController.addAction(UIAlertAction(title: "Cancel", style: .cancel) { _ in })
present(alertController, animated: true)
}

Loading…
Cancel
Save