capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
https://capacitor-community-stripe.netlify.app/
MIT License
192 stars 77 forks source link

Styles and Themes #237

Closed co-dax closed 1 year ago

co-dax commented 1 year ago

Is possible to apply css styles to elements?

Prakort commented 1 year ago

@co-dax By react or angular, I dont think so.

co-dax commented 1 year ago

Thanks @Prakort!

rdlabo commented 1 year ago

In the browser, @stripe-elements/stripe-elements can change styles and themes by css.But in the ios or android, paymentSheet, or else is work native layer. so can't.

Thanks.

co-dax commented 1 year ago

Thanks @rdlabo.