stripe / connect-js

Loading wrapper for Connect.js
https://stripe.com/docs/connect/get-started-connect-embedded-components
MIT License
16 stars 6 forks source link

Suggestion: ability to configure overlay background color for dark mode #114

Open emroot opened 2 months ago

emroot commented 2 months ago

There's no way to configure the background color for the overlay at the moment, it works great in light mode, but in a dark mode site, because the value is always the same, it looks a funky.

Light mode

image

Dark mode

image
jojo-stripe commented 1 month ago

Do you mean a separate variable just for the background color of the overlay? That's different from the background color of the other components?

emroot commented 1 month ago

Yeah just the background color for the overlay, because in dark mode it looks washed out. Works great on light mode tho