Device Verification: Fix buttons colors in dark theme

This commit is contained in:
manuroe
2019-05-06 08:21:04 +02:00
parent 4fd30b401c
commit 9f6a30ccac
9 changed files with 10 additions and 7 deletions
@@ -111,7 +111,7 @@ final class DeviceVerificationIncomingViewController: UIViewController {
self.description1Label.textColor = theme.textPrimaryColor
self.description2Label.textColor = theme.textPrimaryColor
self.continueButton.backgroundColor = theme.backgroundColor
self.continueButtonBackgroundView.backgroundColor = theme.backgroundColor
theme.applyStyle(onButton: self.continueButton)
}