reskin: kill kRiotSecondaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:05:21 +01:00
parent 1fe7b85e16
commit 67044e3451
35 changed files with 61 additions and 57 deletions
@@ -17,6 +17,12 @@
#import "FallbackViewController.h"
#import "RiotDesignValues.h"
#ifdef IS_SHARE_EXTENSION
#import "RiotShareExtension-Swift.h"
#else
#import "Riot-Swift.h"
#endif
@interface FallbackViewController ()
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
@@ -29,7 +35,7 @@
{
[super viewDidLoad];
self.titleLabel.textColor = kRiotSecondaryTextColor;
self.titleLabel.textColor = RiotDesignValues.theme.textSecondaryColor;
self.titleLabel.text = NSLocalizedStringFromTable(@"share_extension_auth_prompt", @"Vector", nil);
}