diff --git a/Vector/ViewController/CallViewController.m b/Vector/ViewController/CallViewController.m index b9ca2e7f5..a5dd0d877 100644 --- a/Vector/ViewController/CallViewController.m +++ b/Vector/ViewController/CallViewController.m @@ -96,7 +96,7 @@ self.localPreviewContainerView.layer.cornerRadius = 5; self.localPreviewContainerView.clipsToBounds = YES; - self.remotePreviewContainerView.backgroundColor = kVectorTextColorBlack; + self.remotePreviewContainerView.backgroundColor = [UIColor whiteColor]; // Add a gradient mask programatically at the top of the screen (background of the call information (name, status)) gradientMaskLayer = [CAGradientLayer layer];