mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Prepare Dark theme - Handle table view cell customization
This commit is contained in:
@@ -16,10 +16,22 @@
|
||||
|
||||
#import "TableViewCellWithPhoneNumberTextField.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
|
||||
#import "NBPhoneNumberUtil.h"
|
||||
|
||||
@implementation TableViewCellWithPhoneNumberTextField
|
||||
|
||||
- (void)customizeTableViewCellRendering
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.mxkLabel.textColor = kRiotTextColorBlack;
|
||||
self.mxkTextField.textColor = kRiotTextColorBlack;
|
||||
|
||||
_isoCountryCodeLabel.textColor = kRiotTextColorBlack;
|
||||
}
|
||||
|
||||
- (void)setIsoCountryCode:(NSString *)isoCountryCode
|
||||
{
|
||||
_isoCountryCode = isoCountryCode;
|
||||
|
||||
Reference in New Issue
Block a user