Browse Source

button color remain unchanged

pull/1/head
gme_2 6 years ago
parent
commit
1286792dca
  1. 1
      GMERemittance/Module/SplashScreen/User Interface/View/SplashScreenViewController.swift
  2. 3
      GMERemittance/Utility/AppConstants.swift

1
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() {

3
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

Loading…
Cancel
Save