mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Prepare Dark theme - Handle table view cell customization
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
// Initialize unread count badge
|
||||
[_missedNotifAndUnreadBadgeBgView.layer setCornerRadius:10];
|
||||
_missedNotifAndUnreadBadgeBgViewWidthConstraint.constant = 0;
|
||||
}
|
||||
|
||||
- (void)customizeTableViewCellRendering
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.roomTitle.textColor = kRiotTextColorBlack;
|
||||
self.lastEventDescription.textColor = kRiotTextColorGray;
|
||||
|
||||
Reference in New Issue
Block a user