Fix label text color on dark mode

This commit is contained in:
ismailgulek
2021-04-07 15:24:42 +03:00
parent 1f354e497c
commit 8cef08f043
@@ -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