How To Add Gradient Color To Buttons In Shopify - eCommerce Thesis

How To Add Gradient Color To Buttons In Shopify

.button{
       background: linear-gradient(90deg,rgba(9,229,255,1) 0%,rgba(117,115,255,1) 50%,rgba(239,0,255,1) 100%);
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
        background: linear-gradient(90deg,rgba(9,229,255,1) 0%,rgba(117,115,255,1) 50%,rgba(239,0,255,1) 100%);
}