Color change on web-modal

Can I change the main color of web modal login ? Or I need to use No Modal ?
The only UI personalization settings I found are these

uiConfig: {
                        appName: '', // <-- Your dApp Name
                        //appLogo: 'https://web3auth.io/images/w3a-L-Favicon-1.svg', // Your dApp Logo URL
                        theme: 'light', // "light" | "dark" | "auto"
                        loginMethodsOrder: ['google', 'facebook', 'twitter', 'apple'],
                        defaultLanguage: 'en', // en, de, ja, ko, zh, es, fr, pt, nl
                        loginGridCol: 3, // 2 | 3
                        primaryButton: 'externalLogin', // "externalLogin" | "socialLogin" | "emailLogin"
                    },

@arturch2011 Thanks for your question.

As of, now only primary color can be set and has effect on OpenLogin screens (default primary color is #0364FF ). Theme affects icons and links.

You may refer to this doc User Flow Screens | Documentation | Web3Auth

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.