|
@@ -189,9 +189,6 @@ class RegisterLoginViewController: BaseViewController {
|
|
oneBuiltLoginButton.setBackgroundImage(UIImage.imageWithColor(color: kffffffColor), for: UIControl.State.normal)
|
|
oneBuiltLoginButton.setBackgroundImage(UIImage.imageWithColor(color: kffffffColor), for: UIControl.State.normal)
|
|
oneBuiltLoginButton.layer.cornerRadius = 24
|
|
oneBuiltLoginButton.layer.cornerRadius = 24
|
|
oneBuiltLoginButton.layer.masksToBounds = true
|
|
oneBuiltLoginButton.layer.masksToBounds = true
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
return oneBuiltLoginButton
|
|
return oneBuiltLoginButton
|
|
}()
|
|
}()
|
|
|
|
|