Fixed UI glitches in dark mode

This commit is contained in:
Gil Eluard
2022-09-02 14:23:46 +02:00
parent 5f868b2851
commit 651b304bac
6 changed files with 8 additions and 8 deletions
@@ -44,6 +44,7 @@
{
[super customizeTableViewCellRendering];
self.contentView.backgroundColor = ThemeService.shared.theme.backgroundColor;
self.roomTitle.textColor = ThemeService.shared.theme.textPrimaryColor;
self.lastEventDescription.textColor = ThemeService.shared.theme.textSecondaryColor;
self.lastEventDate.textColor = ThemeService.shared.theme.textSecondaryColor;