#maxv9161_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1329015954419617804
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
sure,
this is the modal/mandate that is opened after I press a button for bac
this is the bacs payment method fields:
And hello
This looks as you expected, right?
well the first screenshot does not. I would expect the button to be black for example
For example this is the apparance object that is sent to Elements:
variables: {
colorPrimary: theme.colors.content.primary,
colorBackground: theme.colors.bg.primary,
colorText: theme.colors.content.primary,
colorDanger: theme.colors.border.danger,
spacingUnit: '0px',
borderRadius: '4px',
gridRowSpacing: '12px',
fontFamily: 'Figtree',
},
theme.colors.content.primary - > black
theme.colors.bg.primary -> white ...
the thing is I would expect the modal to be also affected by this while its not
As I dont see a way to modify the appearance of the modal/mandate
I understand. My first guess that we don't style the modals, since we disclose Stripe to your customers in it, so it's Stripe-styled. But let me double-check.
I can't find any documentation about this, but this seems to be the trend, just like Stripe Financial Connections product, or Google Pay/Apple Pay dialogues have their own style.
I'm afraid you won't be able to change it.
got it,
ok, thank you for checking!
Have a nice day!
I guess there is no way for me to override it with my own modal?
No. Since the customer needs to interact with Stripe directly to process this, i.e. send emails etc. we want to make sure the customer know about us.
Understood.
Thank you!