marinofaggiana 4 år sedan
förälder
incheckning
5b595929f9
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      iOSClient/Account Request/NCAccountRequest.swift

+ 3 - 0
iOSClient/Account Request/NCAccountRequest.swift

@@ -59,6 +59,9 @@ class NCAccountRequest: UIViewController {
     override func viewDidLoad() {
     override func viewDidLoad() {
         super.viewDidLoad()
         super.viewDidLoad()
         
         
+        view.backgroundColor = NCBrandColor.shared.secondarySystemBackground
+        tableView.backgroundColor = NCBrandColor.shared.secondarySystemBackground
+        
         titleLabel.text = NSLocalizedString("_account_select_", comment: "")
         titleLabel.text = NSLocalizedString("_account_select_", comment: "")
 
 
         closeButton.setImage(NCUtility.shared.loadImage(named: "xmark", color: NCBrandColor.shared.label), for: .normal)
         closeButton.setImage(NCUtility.shared.loadImage(named: "xmark", color: NCBrandColor.shared.label), for: .normal)