mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
MESSENGER-4769 color changes part 2
This commit is contained in:
committed by
Frank Rotermund
parent
bbbe3f4e5b
commit
6d38c5fe24
@@ -63,7 +63,7 @@ class RecentsInvitesTableViewCell: UITableViewCell, NibReusable, Themable {
|
||||
badgeLabel.textColor = theme.colors.background
|
||||
badgeLabel.font = theme.fonts.footnoteSB
|
||||
|
||||
titleLabel.textColor = theme.colors.accent
|
||||
titleLabel.textColor = BWIBuildSettings.shared.useNewBumColors ? theme.tintColor : theme.colors.accent // bwi: 4769
|
||||
}
|
||||
|
||||
// MARK: - Private
|
||||
|
||||
Reference in New Issue
Block a user