mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
reskin: kill kRiotSecondaryTextColor
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user