#perf-paymentsheet-color
1 messages · Page 1 of 1 (latest)
using react-native sdk
"@stripe/stripe-react-native": "^0.13.1",
I understand there is an appearance field for the initPaymentSheet method provide within the sdk.
I am wondering if there is a field I am missing or something with my integration that determines the color of that button when submitting.
yes currently
primaryButton: {
colors: {
light: {
background: "#000000",
},
dark: {
background: "#000000",
}
},
shapes: {
borderRadius: 20,
},
},
Can you share your exact code?
example experience
ah so it's after you configured, when it specifically succeeds?