0
votes

I am using PayPal smart buttons and would like to offer credit cards as a form of payment.

Since my website have dark mode, it reduces the visibility of the "Debit or Credit Card" button and make it seem disabled.

I am aware that there are multiple styles to choose from for the main PayPal button; however, I was wondering if the "Debit or Credit Card" button's background is also customizable.

Here is the current setup:

enter image description here

1

1 Answers

3
votes

White can be used.

paypal.Buttons({
            
            style: {
                color: 'white'
            },