diff --git a/ios/SAPTracker/src/xcode/SAPTracker/ForgotPasswordViewController.swift b/ios/SAPTracker/src/xcode/SAPTracker/ForgotPasswordViewController.swift
index 01c2c3b9443..cab3a27fcdb 100644
--- a/ios/SAPTracker/src/xcode/SAPTracker/ForgotPasswordViewController.swift
+++ b/ios/SAPTracker/src/xcode/SAPTracker/ForgotPasswordViewController.swift
@@ -39,7 +39,7 @@ class ForgotPasswordViewController: FormularViewController {
}
fileprivate func setupButtons() {
- // TODO
+ makeBlue(button: resetPasswordButton)
}
fileprivate func setupLocalization() {
diff --git a/ios/SAPTracker/src/xcode/SAPTracker/LoginViewController.swift b/ios/SAPTracker/src/xcode/SAPTracker/LoginViewController.swift
index b159aae71cd..a43b202c55a 100644
--- a/ios/SAPTracker/src/xcode/SAPTracker/LoginViewController.swift
+++ b/ios/SAPTracker/src/xcode/SAPTracker/LoginViewController.swift
@@ -41,7 +41,8 @@ class LoginViewController: FormularViewController {
}
fileprivate func setupButtons() {
- // TODO
+ makeGray(button: signUpButton)
+ makeBlue(button: loginButton)
}
fileprivate func setupLocalization() {
diff --git a/ios/SAPTracker/src/xcode/SAPTracker/SignUp.storyboard b/ios/SAPTracker/src/xcode/SAPTracker/SignUp.storyboard
index 3bafb0ec661..7f04a49f534 100644
--- a/ios/SAPTracker/src/xcode/SAPTracker/SignUp.storyboard
+++ b/ios/SAPTracker/src/xcode/SAPTracker/SignUp.storyboard
@@ -32,7 +32,7 @@
-
+
-
-
-
-
+
+
+
+
+
+
-
+
@@ -556,7 +562,7 @@
-
+
diff --git a/ios/SAPTracker/src/xcode/SAPTracker/SignUpViewController.swift b/ios/SAPTracker/src/xcode/SAPTracker/SignUpViewController.swift
index 061cd48520f..ec87d966dc1 100644
--- a/ios/SAPTracker/src/xcode/SAPTracker/SignUpViewController.swift
+++ b/ios/SAPTracker/src/xcode/SAPTracker/SignUpViewController.swift
@@ -81,7 +81,7 @@ class SignUpViewController: FormularViewController {
}
fileprivate func setupButtons() {
- // TODO
+ makeBlue(button: signUpButton)
}
fileprivate func setupLocalization() {