瀏覽代碼

fix color

marinofaggiana 5 年之前
父節點
當前提交
125ec93e26
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)