Update icon color

This commit is contained in:
ismailgulek 2021-08-03 17:01:38 +03:00
parent d391e0838f
commit 1bdecc6e2d
No known key found for this signature in database
GPG key ID: E96336D42D9470A9

View file

@ -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 {