summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/SelectLocationController.swift3
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/MullvadVPN/SelectLocationController.swift b/ios/MullvadVPN/SelectLocationController.swift
index 77a88e2db1..4441e8c18a 100644
--- a/ios/MullvadVPN/SelectLocationController.swift
+++ b/ios/MullvadVPN/SelectLocationController.swift
@@ -44,7 +44,8 @@ class SelectLocationController: UITableViewController, RelayCacheObserver {
tableView.tableHeaderView = SelectLocationHeaderView(frame: CGRect(x: 0, y: 0, width: 50, height: 50))
tableView.register(SelectLocationCell.self, forCellReuseIdentifier: kCellIdentifier)
- tableView.separatorColor = .clear
+ tableView.separatorColor = .secondaryColor
+ tableView.separatorInset = .zero
dataSource = DataSource(
tableView: self.tableView,