From fed7eae7f7a722ed3abe4005a78d9c03b037a05b Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 23 Oct 2023 09:07:21 +0100 Subject: [PATCH] Remove white tint in web setting --- .../MobileBuyIntegration/SettingsViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Samples/MobileBuyIntegration/MobileBuyIntegration/SettingsViewController.swift b/Samples/MobileBuyIntegration/MobileBuyIntegration/SettingsViewController.swift index 87272a1e..d3f60bd1 100644 --- a/Samples/MobileBuyIntegration/MobileBuyIntegration/SettingsViewController.swift +++ b/Samples/MobileBuyIntegration/MobileBuyIntegration/SettingsViewController.swift @@ -243,7 +243,6 @@ extension Configuration.ColorScheme { var navigationBarAppearance: UINavigationBarAppearance { switch self { case .web: - UIBarButtonItem.appearance().tintColor = .white let navBarAppearance = UINavigationBarAppearance() navBarAppearance.titleTextAttributes = [.foregroundColor: UIColor.white] navBarAppearance.backgroundColor = UIColor(red: 0.19, green: 0.05, blue: 0.48, alpha: 1.00)