reskin: Fix color of display name in RoomMemberDetailsVC

This commit is contained in:
manuroe
2019-01-11 12:55:23 +01:00
parent f12096b0c4
commit 37168c832f
@@ -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.