Use new tile theme color

This commit is contained in:
ismailgulek
2021-05-04 19:25:24 +03:00
parent c2a31b8f1c
commit 5805cfc897
4 changed files with 1 additions and 8 deletions
@@ -103,7 +103,7 @@ extension CallBubbleCellBaseContentView: Themable {
paginationLabel.textColor = theme.tintColor
paginationSeparatorView.backgroundColor = theme.tintColor
bgView.backgroundColor = theme.callTileBackgroundColor
bgView.backgroundColor = theme.colors.tile
callerNameLabel.textColor = theme.textPrimaryColor
callIconView.tintColor = theme.textTertiaryColor
callTypeLabel.textColor = theme.textSecondaryColor