I config WhiteLabelData for my app by using this setting
whiteLabel = WhiteLabelData(
name = "App Demo",
logoLight = "https://community/images.web3auth.io/web3auth-logo-w.svg",
logoDark = "https://community/images.web3auth.io/web3auth-logo-w.svg",
defaultLanguage = "en",
dark = true,
theme = hashMapOf(
"primary" to "#229954"
)
)
But only dark/light config was applied. other things still didn’t change.
I’m getting the latest code from here: GitHub - Web3Auth/web3auth-android-sdk: Java/Kotlin seamless logins