#maxv9161_code

1 messages ¡ Page 1 of 1 (latest)

gentle sleetBOT
#

👋 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.

proper pecan
#

Hi, let me help you with this.

#

Could you please share screenshots?

silver void
#

this is the modal/mandate that is opened after I press a button for bac

#

this is the bacs payment method fields:

#

And hello

proper pecan
silver void
#

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

proper pecan
#

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.

silver void
#

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?

proper pecan
#

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.

silver void
#

Understood.
Thank you!