Device Verification: Fix buttons colors in dark theme

This commit is contained in:
manuroe
2019-05-06 08:21:04 +02:00
parent 62bee42e96
commit b4b5824497
9 changed files with 10 additions and 7 deletions
@@ -108,7 +108,7 @@ final class DeviceVerificationStartViewController: UIViewController {
self.waitingPartnerLabel.textColor = theme.textPrimaryColor
self.useLegacyVerificationLabel.textColor = theme.textPrimaryColor
self.verifyButton.backgroundColor = theme.backgroundColor
self.verifyButtonBackgroundView.backgroundColor = theme.backgroundColor
theme.applyStyle(onButton: self.verifyButton)
theme.applyStyle(onButton: self.useLegacyVerificationButton)