Fix text color for user display name and device id labels in dark theme

This commit is contained in:
David Cordero
2019-05-19 17:14:41 +02:00
parent 84cb530392
commit 300a54f655
@@ -110,7 +110,9 @@ final class DeviceVerificationIncomingViewController: UIViewController {
self.titleLabel.textColor = theme.textPrimaryColor
self.description1Label.textColor = theme.textPrimaryColor
self.description2Label.textColor = theme.textPrimaryColor
self.userDisplaynameLabel.textColor = theme.textPrimaryColor
self.deviceIdLabel.textColor = theme.textPrimaryColor
self.continueButtonBackgroundView.backgroundColor = theme.backgroundColor
theme.applyStyle(onButton: self.continueButton)
}