summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/BasicTableViewCell.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ios/MullvadVPN/BasicTableViewCell.swift')
-rw-r--r--ios/MullvadVPN/BasicTableViewCell.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/BasicTableViewCell.swift b/ios/MullvadVPN/BasicTableViewCell.swift
index 288b59c4b5..88a573bb1a 100644
--- a/ios/MullvadVPN/BasicTableViewCell.swift
+++ b/ios/MullvadVPN/BasicTableViewCell.swift
@@ -14,10 +14,10 @@ class BasicTableViewCell: UITableViewCell {
super.awakeFromNib()
let backgroundView = UIView()
- backgroundView.backgroundColor = UIColor.cellBackgroundColor
+ backgroundView.backgroundColor = UIColor.Cell.backgroundColor
let selectedBackgroundView = UIView()
- selectedBackgroundView.backgroundColor = UIColor.cellSelectedBackgroundColor
+ selectedBackgroundView.backgroundColor = UIColor.Cell.selectedBackgroundColor
self.backgroundView = backgroundView
self.selectedBackgroundView = selectedBackgroundView