mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Change some colors to secondary
This commit is contained in:
@@ -106,9 +106,9 @@ extension CallBubbleCellBaseContentView: Themable {
|
||||
bgView.backgroundColor = theme.headerBackgroundColor
|
||||
callerNameLabel.textColor = theme.textPrimaryColor
|
||||
callIconView.tintColor = theme.textTertiaryColor
|
||||
callTypeLabel.textColor = theme.textTertiaryColor
|
||||
dotLabel.textColor = theme.textTertiaryColor
|
||||
callStatusLabel.textColor = theme.textTertiaryColor
|
||||
callTypeLabel.textColor = theme.textSecondaryColor
|
||||
dotLabel.textColor = theme.textSecondaryColor
|
||||
callStatusLabel.textColor = theme.textSecondaryColor
|
||||
|
||||
if let bottomContainerView = bottomContainerView as? Themable {
|
||||
bottomContainerView.update(theme: theme)
|
||||
|
||||
Reference in New Issue
Block a user