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

Commit 7878819

Browse files
committed
Fixed color into forgot password button
1 parent b84bb36 commit 7878819

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)