fix speaker icon

pull/1061/head
Ryan ZHAO
parent 0bc9e9a6cf
commit 9d22927cb8

@ -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
}
}
}

Loading…
Cancel
Save