@@ -113,7 +113,7 @@ final class CallTopOverlayController: UIViewController {
113113 tapGestureRecognizer = UITapGestureRecognizer ( target: self , action: #selector( openCall ( _: ) ) )
114114
115115 view. clipsToBounds = true
116- view. backgroundColor = SemanticColors . View . backgroundCallTopOverlay
116+ view. backgroundColor = ColorTheme . Base . positive
117117 view. accessibilityIdentifier = " OpenOngoingCallButton "
118118 view. shouldGroupAccessibilityChildren = true
119119 view. isAccessibilityElement = true
@@ -126,7 +126,7 @@ final class CallTopOverlayController: UIViewController {
126126 durationLabel. translatesAutoresizingMaskIntoConstraints = false
127127 interactiveView. addSubview ( durationLabel)
128128 durationLabel. font = FontSpec ( . small, . semibold) . font
129- durationLabel. textColor = SemanticColors . Label . textDefault
129+ durationLabel. textColor = ColorTheme . Base . onPositive
130130 durationLabel. lineBreakMode = . byTruncatingMiddle
131131 durationLabel. textAlignment = . center
132132
@@ -159,7 +159,7 @@ final class CallTopOverlayController: UIViewController {
159159 if displayMuteIcon {
160160 muteIcon. setIcon ( . microphoneOff, size: 12 , color: . white)
161161 muteIcon. setTemplateIcon ( . microphoneOff, size: 12 )
162- muteIcon. tintColor = SemanticColors . Icon . foregroundDefaultWhite
162+ muteIcon. tintColor = ColorTheme . Base . onPositive
163163 muteIconWidth? . constant = 12
164164 } else {
165165 muteIcon. image = nil
0 commit comments