Skip to content

Commit

Permalink
Fix FPX email text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Solovev committed Mar 20, 2024
1 parent c3db3fd commit 2a4ef0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class FPXPaymentFormController: UIViewController, PaymentFormUIController {
object: nil
)

emailTextField.textColor = UIColor.omisePrimary
emailTextField.validator = try? NSRegularExpression(pattern: "\\A[\\w.+-]+@[a-z\\d.-]+\\.[a-z]{2,}\\z", options: [.caseInsensitive])

// check for 1st time
Expand Down

0 comments on commit 2a4ef0e

Please sign in to comment.