Fix label text color on dark mode

This commit is contained in:
ismailgulek
2021-04-07 15:24:42 +03:00
parent b38f7ff645
commit d06583906a
@@ -90,6 +90,7 @@ extension CallBubbleCellBaseContentView: Themable {
paginationSeparatorView.backgroundColor = theme.tintColor
bgView.backgroundColor = theme.headerBackgroundColor
callerNameLabel.textColor = theme.textPrimaryColor
callIconView.tintColor = theme.textSecondaryColor
callTypeLabel.textColor = theme.textSecondaryColor
dotLabel.textColor = theme.textSecondaryColor