We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78c69b commit 493e55fCopy full SHA for 493e55f
1 file changed
sample/ios/ReactNativeTests/ShopifyCheckoutSheetKitTests.swift
@@ -43,6 +43,7 @@ class ShopifyCheckoutSheetKitTests: XCTestCase {
43
private func resetShopifyCheckoutSheetKitDefaults() {
44
ShopifyCheckoutSheetKit.configuration.preloading = Configuration.Preloading(enabled: true)
45
ShopifyCheckoutSheetKit.configuration.colorScheme = .automatic
46
+ ShopifyCheckoutSheetKit.configuration.closeButtonTintColor = nil
47
}
48
49
private func getShopifyCheckoutSheetKit() -> RCTShopifyCheckoutSheetKit {
0 commit comments