#tomh0027
1 messages · Page 1 of 1 (latest)
And you are using the Element Appearance API to change the color? https://stripe.com/docs/elements/appearance-api
Can you share the rule you wrote that is causing this?
rules: { ".Input": { backgroundColor: "transparent", fontSize: "12px", fontFamily: "Roboto, sans-serif", color: "#ffffff", padding: "8px", borderColor: "#026C8E", lineHeight: "18px", width: "100%", }, ".Label": { fontFamily: "Roboto, sans-serif", color: "#ffffff", fontSize: "12px", }, },
I passed this rule to Stripe Element