Skip to content

Commit

Permalink
Fix6151 - The Change Passcode and Require Passcode options are not gr…
Browse files Browse the repository at this point in the history
…ayed out when Passcode is OFF (#6250)
  • Loading branch information
KrystynaKruchkovska committed Mar 24, 2020
1 parent 28f1fe3 commit 0a45518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Client/Frontend/Theme/ThemedWidgets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ThemedTableViewCell: UITableViewCell, Themeable {
}

func applyTheme() {
textLabel?.textColor = UIColor.theme.tableView.rowText
detailTextLabel?.textColor = detailTextColor

backgroundColor = UIColor.theme.tableView.rowBackground
Expand Down

0 comments on commit 0a45518

Please sign in to comment.