mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Prepare Dark theme - Handle table view cell customization
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
|
||||
@implementation DirectoryServerDetailTableViewCell
|
||||
|
||||
- (void)awakeFromNib
|
||||
- (void)customizeTableViewCellRendering
|
||||
{
|
||||
[super awakeFromNib];
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.detailDescLabel.textColor = kRiotTextColorGray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user