Remove row separators in Settings tab

pull/138/head
Hwee-Boon Yar 7 years ago
parent 65198bae0c
commit 063880879c
  1. 1
      Trust/Settings/ViewControllers/SettingsViewController.swift

@ -39,6 +39,7 @@ class SettingsViewController: FormViewController {
let account = session.account
view.backgroundColor = Colors.appBackground
tableView.separatorStyle = .none
tableView.backgroundColor = Colors.appBackground
form = Section()

Loading…
Cancel
Save