Closed Jdarko26 closed 1 month ago
Hey! I think you need to do it in the Elements
component:
<Elements
stripe={stripe()}
options={{
appearance: {
theme: 'flat',
labels: 'floating',
variables: { colorPrimary: '#7c4dff' },
rules: { '.Input': { border: 'solid 1px #0002' } },
},
}}
>
<CheckoutForm />
</Elements>
Will be nice to add props to for styling of paymentElement component and the other components