Skip to content

Commit

Permalink
change black boundary to one point
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed May 23, 2024
1 parent f55c9fe commit adf8612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PaymentButtons/PaymentButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,6 @@ public class PaymentButton: UIButton {

private func customizeAppearance() {
containerView.layer.borderColor = color == .white ? UIColor.black.cgColor : UIColor.clear.cgColor
containerView.layer.borderWidth = color == .white ? 2 : 0
containerView.layer.borderWidth = color == .white ? 1 : 0
}
}

0 comments on commit adf8612

Please sign in to comment.