From 1e0f820eb8b007380e28f6527944d3c6bc7523de Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Fri, 6 Sep 2019 11:58:38 +1000 Subject: [PATCH] Fix QR code screen UI --- Signal/src/Loki/QRCodeViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Signal/src/Loki/QRCodeViewController.swift b/Signal/src/Loki/QRCodeViewController.swift index ee512ee9e..af269d67a 100644 --- a/Signal/src/Loki/QRCodeViewController.swift +++ b/Signal/src/Loki/QRCodeViewController.swift @@ -6,6 +6,7 @@ final class QRCodeViewController : OWSViewController { override func viewDidLoad() { super.viewDidLoad() + view.backgroundColor = UIColor.lokiDarkestGray() let stackView = UIStackView(arrangedSubviews: []) stackView.axis = .vertical stackView.spacing = 32