Hey! Is there a way to use the SuperTokens React library, without adopting the styles? Or do I have to roll my own to customize it? I already have all my base styles set up. So having to negate all of SuperTokens existing styles is a pain.
r
rp_st
04/28/2023, 5:21 AM
he @PMJohnson
You can add your custom style to our components (See the styling docs)
Or you can disable shadow root for our components and see if your styles auto apply to our components.
p
PMJohnson
04/28/2023, 3:56 PM
I want to do the latter. But styles from a css file are a lower priority than inline styles added to the DOM so I'd have to
!Important
all of them. Is there a way to prevent the styles loading at all? Without removing them from the DOM after they've loaded?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).