Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Git is silly and never committed my colour case changing, so when I r…
Browse files Browse the repository at this point in the history
…e-cloned it broke theming. This should now be fixed
  • Loading branch information
aydenp committed Sep 20, 2019
1 parent f35f602 commit d79e750
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Serial/UI/Utility/ThemedTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class ThemedTableViewController: UITableViewController {
super.viewDidLoad()
view.backgroundColor = UIColor(named: "background")
tableView.separatorColor = UIColor(named: "tableViewSeparator")

}

override func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
Expand Down

0 comments on commit d79e750

Please sign in to comment.