1 .button.paypal-button {
2 // The Design team wants the button to be branded as PayPal yellow for every theme
3 --button-default-background-color: #ffc439;
4 --button-hover-background-color: #f3ba37;
5 --button-active-background-color: #e5b034;
6 --button-default-text-color: black;
7 --button-hover-text-color: black;
8 --button-active-text-color: black;