stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

Customize icon color with add button

Open JperF opened this issue 3 years ago • 3 comments

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. Screen Shot 2022-06-28 at 2 00 16 PM

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

JperF avatar Jun 28 '22 21:06 JperF

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

charliecruzan-stripe avatar Jun 29 '22 17:06 charliecruzan-stripe

Does the style: 'alwaysLight' enforcement work with android @charliecruzan-stripe ?

JperF avatar Jun 29 '22 19:06 JperF

no, it's iOS only right now (tracking that in https://github.com/stripe/stripe-react-native/issues/285)

charliecruzan-stripe avatar Jun 29 '22 20:06 charliecruzan-stripe