Enable presence indicator border colour update

This commit is contained in:
aringenbach
2022-04-01 15:45:17 +02:00
parent fec3a9a9c8
commit dbd38d79b2
5 changed files with 10 additions and 2 deletions
@@ -63,6 +63,7 @@
self.roomTitle.textColor = ThemeService.shared.theme.textPrimaryColor;
self.roomTitle1.textColor = ThemeService.shared.theme.textPrimaryColor;
self.roomTitle2.textColor = ThemeService.shared.theme.textPrimaryColor;
self.presenceIndicatorView.borderColor = ThemeService.shared.theme.backgroundColor;
self.editionArrowView.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;