mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
reskin: Fix color of display name in RoomMemberDetailsVC
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user