Browse Source

fix color

marinofaggiana 5 years ago
parent
commit
125ec93e26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Brand/Intro/NCIntroViewController.swift

+ 1 - 1
iOSClient/Brand/Intro/NCIntroViewController.swift

@@ -68,7 +68,7 @@ class NCIntroViewController: UIViewController, UICollectionViewDataSource, UICol
         self.buttonLogin.setTitle(NSLocalizedString("_log_in_", comment: ""), for: .normal)
 
         self.buttonSignUp.layer.cornerRadius = 20
-        self.buttonSignUp.setTitleColor(textColor, for: .normal)
+        self.buttonSignUp.setTitleColor(.white, for: .normal)
         self.buttonSignUp.backgroundColor = UIColor(red: 25.0 / 255.0, green: 89.0 / 255.0, blue: 141.0 / 255.0, alpha: 1)
         self.buttonSignUp.setTitle(NSLocalizedString("_sign_up_", comment: ""), for: .normal)