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 70b061c0f3
commit 54e6f19694
@@ -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)
}