From 21548e477711119f7e02e5ccbfa3024eb77f9bad Mon Sep 17 00:00:00 2001 From: "serhii.tkachenko" Date: Mon, 3 Oct 2022 15:27:12 +0300 Subject: [PATCH] feat(payment): PAYPAL-1695 updated PayPal Accelerated Checkout default button styles --- CHANGELOG.md | 1 + config.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5dda6736a..40b303751c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Migrate Cornerstone to new "Hide Price From Guests" functionality [#2262](https://github.com/bigcommerce/cornerstone/pull/2262) - Add Accelerated buttons container into 'add to cart' popup on product details page [#2264](https://github.com/bigcommerce/cornerstone/pull/2264) - Made PDP wallet buttons container hidden in cases when the product is not purchasable or out of stock [#2267](https://github.com/bigcommerce/cornerstone/pull/2267) +- Updated PayPal Accelerated Checkout default button styles [#2268](https://github.com/bigcommerce/cornerstone/pull/2268) ## 6.6.1 (09-14-2022) diff --git a/config.json b/config.json index 34b8155771..106606be05 100644 --- a/config.json +++ b/config.json @@ -324,7 +324,9 @@ "pdp-non-sale-price-label": "", "pdp-retail-price-label": "", "pdp-custom-fields-tab-label": "", - "paymentbuttons-paypal-accelerated-checkout-color": "black", + "paymentbuttons-paypal-accelerated-checkout-color": "#444", + "paymentbuttons-paypal-accelerated-content-font-family": "Montserrat, Arial, Helvetica, sans-serif", + "paymentbuttons-paypal-accelerated-content-font-weight": "400", "paymentbuttons-paypal-accelerated-content-color": "white", "paymentbuttons-paypal-accelerated-content-label": "checkout", "paymentbuttons-paypal-accelerated-border-color": "black",