From d1170b0f41295e134803a7e63a1d804aae7d3fd1 Mon Sep 17 00:00:00 2001 From: pjaneta <135803491+pjaneta@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:35:07 +0200 Subject: [PATCH] AD-325 Apple pay doesn't work --- .../checkout-adyen-payment-method.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/adyen-payments/src/lib/checkout-adyen-payment-method/checkout-adyen-payment-method.component.scss b/projects/adyen-payments/src/lib/checkout-adyen-payment-method/checkout-adyen-payment-method.component.scss index da4be9c..15a9fd9 100644 --- a/projects/adyen-payments/src/lib/checkout-adyen-payment-method/checkout-adyen-payment-method.component.scss +++ b/projects/adyen-payments/src/lib/checkout-adyen-payment-method/checkout-adyen-payment-method.component.scss @@ -1 +1,5 @@ @import '@adyen/adyen-web/dist/adyen.css'; + +.adyen-checkout__applepay__button { + -webkit-appearance:-apple-pay-button; +}