reskin: Fix color of display name in RoomMemberDetailsVC

This commit is contained in:
manuroe
2019-01-11 12:55:23 +01:00
parent 8fd764227e
commit 1958f1b9fe
@@ -224,7 +224,8 @@
self.activityIndicator.backgroundColor = ThemeService.shared.theme.overlayBackgroundColor;
self.memberHeaderView.backgroundColor = ThemeService.shared.theme.baseColor;
self.roomMemberNameLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
self.roomMemberNameLabel.textColor = ThemeService.shared.theme.baseTextPrimaryColor;
self.roomMemberStatusLabel.textColor = ThemeService.shared.theme.tintColor;
// Check the table view style to select its bg color.