Dark Theme - Bug Fix

Customize correctly the encryption info views
This commit is contained in:
Giom Foret
2017-08-14 17:03:29 +02:00
parent aded1a839e
commit 656ef63f0d
4 changed files with 103 additions and 2 deletions
@@ -27,7 +27,13 @@
{
[super customizeViewRendering];
self.backgroundColor = kRiotSecondaryBgColor;
self.textView.backgroundColor = kRiotPrimaryBgColor;
self.defaultTextColor = kRiotPrimaryTextColor;
self.cancelButton.tintColor = kRiotColorGreen;
self.verifyButton.tintColor = kRiotColorGreen;
self.blockButton.tintColor = kRiotColorGreen;
self.confirmVerifyButton.tintColor = kRiotColorGreen;
}
@end