Change some colors to secondary

This commit is contained in:
ismailgulek 2021-04-19 11:36:11 +03:00
parent c90e15d35f
commit 764b2bdbeb
No known key found for this signature in database
GPG key ID: E96336D42D9470A9

View file

@ -106,9 +106,9 @@ extension CallBubbleCellBaseContentView: Themable {
bgView.backgroundColor = theme.headerBackgroundColor bgView.backgroundColor = theme.headerBackgroundColor
callerNameLabel.textColor = theme.textPrimaryColor callerNameLabel.textColor = theme.textPrimaryColor
callIconView.tintColor = theme.textTertiaryColor callIconView.tintColor = theme.textTertiaryColor
callTypeLabel.textColor = theme.textTertiaryColor callTypeLabel.textColor = theme.textSecondaryColor
dotLabel.textColor = theme.textTertiaryColor dotLabel.textColor = theme.textSecondaryColor
callStatusLabel.textColor = theme.textTertiaryColor callStatusLabel.textColor = theme.textSecondaryColor
if let bottomContainerView = bottomContainerView as? Themable { if let bottomContainerView = bottomContainerView as? Themable {
bottomContainerView.update(theme: theme) bottomContainerView.update(theme: theme)