Update icon color

This commit is contained in:
ismailgulek
2021-08-03 17:01:38 +03:00
parent 4bf9461a2a
commit 0d831c30c9
@@ -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 {