Skip to content

Commit

Permalink
Minor styling update
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Nov 14, 2023
1 parent 9f9ffe0 commit f2a1652
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion DuckDuckGo/AutofillLoginSettingsListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ final class AutofillLoginSettingsListViewController: UIViewController {
}

private func neverSavedCell(for tableView: UITableView, indexPath: IndexPath) -> AutofillNeverSavedTableViewCell {
// TODO - update these cells for DRK styling
let cell = tableView.dequeueCell(ofType: AutofillNeverSavedTableViewCell.self, for: indexPath)
cell.theme = ThemeManager.shared.currentTheme
return cell
Expand Down
2 changes: 0 additions & 2 deletions DuckDuckGo/AutofillNeverSavedTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ class AutofillNeverSavedTableViewCell: UITableViewCell {
private lazy var titleLabel: UILabel = {
let label = UILabel(frame: CGRect.zero)
label.font = .preferredFont(forTextStyle: .callout)
label.textColor = .gray90
// label.textColor = UIColor(designSystemColor: .label)
label.text = UserText.autofillNeverSavedSettings
label.numberOfLines = 0
label.lineBreakMode = .byWordWrapping
Expand Down

0 comments on commit f2a1652

Please sign in to comment.