From 1286792dcaaf5307409566a3b446733ea8386bc2 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Wed, 10 Oct 2018 15:51:48 +0900 Subject: [PATCH] button color remain unchanged --- .../User Interface/View/SplashScreenViewController.swift | 1 + GMERemittance/Utility/AppConstants.swift | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreenViewController.swift b/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreenViewController.swift index 35848a5b..6c436df8 100644 --- a/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreenViewController.swift +++ b/GMERemittance/Module/SplashScreen/User Interface/View/SplashScreenViewController.swift @@ -157,6 +157,7 @@ class SplashScreenViewController: UIViewController { buttonLogin.layer.cornerRadius = 25 buttonLogin.layer.borderWidth = 1 buttonLogin.layer.borderColor = UIColor.white.cgColor +// self.buttonLogin.backgroundColor = AppConstants.themeBlueColor } override func didReceiveMemoryWarning() { diff --git a/GMERemittance/Utility/AppConstants.swift b/GMERemittance/Utility/AppConstants.swift index 280a8ca4..3b8f69c8 100644 --- a/GMERemittance/Utility/AppConstants.swift +++ b/GMERemittance/Utility/AppConstants.swift @@ -15,7 +15,8 @@ class AppConstants { static let humanReadableDateFormat = "MMM d, yyyy" static let errorBorderWidth: CGFloat = 0.1 static let themeRedColor = UIColor.init(hex: "#da3832") - static let themeBlueColor = UIColor.init(hex: "#010538") +// static let themeBlueColor = UIColor.init(hex: "#010538") // 2D368F + static let themeBlueColor = UIColor.init(hex: "#2D368F") // 2D368F static let themWhiteColor = UIColor.init(hex: "#ffffff") static let emergencyLogoutErrorCode = -1111 static let maxKoreanMobileNoLength = 11