Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit 7d260a5

Browse files
authored
Merge pull request #2524 from RocketChat/bug/fixed_theming_forgot_password.2505
[FIX] Fixed color into forgot password button
2 parents b84bb36 + 7878819 commit 7d260a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Rocket.Chat/Controllers/Auth/LoginTableViewController.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,5 +316,7 @@ extension LoginTableViewController: UITextFieldDelegate {
316316
// MARK: Disable Theming
317317

318318
extension LoginTableViewController {
319-
override func applyTheme() { }
319+
override func applyTheme() {
320+
self.forgotPasswordButton.setTitleColor(UIColor.RCBlue(), for: .normal)
321+
}
320322
}

0 commit comments

Comments
 (0)