Device Verification: Fix buttons colors in dark theme

This commit is contained in:
manuroe
2019-05-06 08:21:04 +02:00
parent 13492e2aa7
commit 3951d7a45d
9 changed files with 10 additions and 7 deletions
@@ -111,7 +111,7 @@ final class DeviceVerificationVerifyViewController: UIViewController {
self.decimalLabel.textColor = theme.textPrimaryColor
self.waitingPartnerLabel.textColor = theme.textPrimaryColor
self.continueButton.backgroundColor = theme.backgroundColor
self.continueButtonBackgroundView.backgroundColor = theme.backgroundColor
theme.applyStyle(onButton: self.continueButton)
emojisCollectionView.reloadData()