Customize icon color with add button
Is your feature request related to a problem? Please describe. No issue.
Describe the solution you'd like
I want this icon's color to be customizable.

Describe alternatives you've considered
None, two-shoes#3046 said this was not possible when asking in the official stripe discord.
Additional context N/A
thanks! we'll take note of this feature request 👍
Just wanted to mention- you can alter the lightness of that icon by setting style: 'alwaysLight in your initPaymentSheet() call (if you want your app to only handle light mode). Otherwise, you can define a dark mode color scheme in your appearance object
Does the style: 'alwaysLight' enforcement work with android @charliecruzan-stripe ?
no, it's iOS only right now (tracking that in https://github.com/stripe/stripe-react-native/issues/285)