How can I change the buttons on our store from square to pill shaped or more rounded?

@pokersamadhi

remove last one and add this

.shopify-payment-button__button {
    border-radius: 50px !important;
    overflow: hidden;
}