stripe-react-native
stripe-react-native copied to clipboard
Payment Sheet - customize cursor color and "Done" button when selecting country
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, }, }, }, }, });
