diff --git a/Riot/Modules/Room/Views/BubbleCells/Call/CallBubbleCellBaseContentView.swift b/Riot/Modules/Room/Views/BubbleCells/Call/CallBubbleCellBaseContentView.swift index 6b7ef9a23..5fbf6e51d 100644 --- a/Riot/Modules/Room/Views/BubbleCells/Call/CallBubbleCellBaseContentView.swift +++ b/Riot/Modules/Room/Views/BubbleCells/Call/CallBubbleCellBaseContentView.swift @@ -102,7 +102,7 @@ extension CallBubbleCellBaseContentView: Themable { bgView.backgroundColor = theme.colors.tile callerNameLabel.textColor = theme.textPrimaryColor - callIconView.tintColor = theme.textTertiaryColor + callIconView.tintColor = theme.textSecondaryColor callStatusLabel.textColor = theme.textSecondaryColor if let bottomContainerView = bottomContainerView as? Themable {