From 7d010422992f8c59c6fd055015d446ec36d9e45c Mon Sep 17 00:00:00 2001 From: rising-dragon401 Date: Tue, 4 Jun 2024 17:09:02 +0530 Subject: [PATCH] fix: apple-pay outline (#417) --- src/Payments/ApplePay.res | 2 +- src/Types/PaymentModeType.res | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Payments/ApplePay.res b/src/Payments/ApplePay.res index dc8c3c7..2bd861e 100644 --- a/src/Payments/ApplePay.res +++ b/src/Payments/ApplePay.res @@ -83,7 +83,7 @@ let make = (~sessionObj: option) => { let buttonColor = switch options.wallets.style.theme { | Outline - | Light => "white" + | Light => "white-outline" | Dark => "black" } diff --git a/src/Types/PaymentModeType.res b/src/Types/PaymentModeType.res index 75503aa..c95ff75 100644 --- a/src/Types/PaymentModeType.res +++ b/src/Types/PaymentModeType.res @@ -63,8 +63,8 @@ let defaultOrder = [ "giropay", "ideal", "eps", - "google_pay", "apple_pay", + "google_pay", "paypal", "crypto", "bancontact_card",