Fixed retain cycles, changed color constant

This commit is contained in:
Aram Sargsyan
2017-08-17 19:28:08 +04:00
parent 982abed063
commit e34e0544a3
5 changed files with 126 additions and 43 deletions
@@ -29,7 +29,7 @@
{
[super viewDidLoad];
self.titleLabel.textColor = kRiotTextColorGray;
self.titleLabel.textColor = kRiotSecondaryTextColor;
self.titleLabel.text = NSLocalizedStringFromTable(@"auth_share_extension_prompt", @"Vector", nil);
}