Hey! Is it possible to customize the spinner? I wa...
# support-questions-legacy
d
Hey! Is it possible to customize the spinner? I wanted to make it look more like the other spinners in my app. 😀
r
hey! You can use the react override feature to change how that UI looks.
d
Oh ok, thanks!
So, I tried finding the component as explained here: https://supertokens.com/docs/passwordless/advanced-customizations/react-component-override/usage The spinner doesn't stay around very long, so I had to take a screen shot. 🤣 I'm having a bit of trouble identifying the spinner component I need to override. Any hints?
r
you're implementing the passwordless recipe?
d
I am implementing Social + Passwordless, so yes?
r
try overriding the
PasswordlessLinkClickedScreen_Override
component for passwordless magic link clicked screen. For social login, try overriding the
ThirdPartySignInAndUpCallbackTheme_Override
component