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

Payment Sheet - customize cursor color and "Done" button when selecting country

Open AldinaSculac opened this issue 3 years ago • 0 comments

Is it possible to change the cursor color (selectionColor), and the color of the "Done" button when selecting a country using Payment Sheet?

"react-native": "0.67.4", "@stripe/stripe-react-native": "^0.16.0", iPhone 13, iOS 15.0

initPaymentSheet({ customerId, paymentIntentClientSecret: clientSecret, style: 'alwaysDark', appearance: { colors: { light: { primary: palette.teal, }, dark: { primary: palette.teal, }, }, primaryButton: { colors: { light: { background: palette.teal, }, dark: { background: palette.teal, }, }, }, }, });

Untitled

AldinaSculac avatar Aug 08 '22 09:08 AldinaSculac