#issaias
1 messages · Page 1 of 1 (latest)
Hi there
You can't control the style of this modal.
It is just an iframe for the issuer to present their auth window
In the stripe examples the shim is always transparent... I dont' want to have an ugly white background.
(Stripe example)
Just did some testing seems like the white background is triggered by the color-scheme: dark css property. Is this intentional?
Ah I see what you are saying now
Thanks for clarifying
I'm not sure if that is intentional. Let me look into it
Thanks
@shrewd token can you try setting iframe {color-scheme: normal
That works for me, although not ideal to have to set all iframes globally.
Could you pass onto the dev team a feature request for the iframe to have a css ID or class that can be used as a selector?
Yep will do
Thanks for the help