Skip to content

Commit

Permalink
Fix cancel button hilight to enable
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoabagel committed Aug 20, 2020
1 parent 18ebe35 commit 6c65395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ open class CreditCardScannerViewController: UIViewController {
private var bottomStackView = UIStackView()
private var titleLabel = UILabel()
private var subtitleLabel = UILabel()
private var cancelButton = UIButton()
private var cancelButton = UIButton(type: .system)

// MARK: - Vision-related

Expand Down

0 comments on commit 6c65395

Please sign in to comment.