diff --git a/Session/Calls/CallVC.swift b/Session/Calls/CallVC.swift index 4d207b471..f9056a619 100644 --- a/Session/Calls/CallVC.swift +++ b/Session/Calls/CallVC.swift @@ -794,8 +794,8 @@ final class CallVC: UIViewController, VideoPreviewDelegate { default: let image = UIImage(named: "Speaker")?.withRenderingMode(.alwaysTemplate) volumeView.setRouteButtonImage(image, for: .normal) - volumeView.themeTintColor = .backgroundSecondary - volumeView.themeBackgroundColor = .textPrimary + volumeView.themeTintColor = .textPrimary + volumeView.themeBackgroundColor = .backgroundPrimary } } }