supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
487 stars 121 forks source link

fix: fixed sign in classes not applied #62

Closed alexanderhodes closed 1 year ago

alexanderhodes commented 1 year ago

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

When passing a class in the appearance property it will be applied to all views except to sign_in. For example, when passing the font-bold from tailwind to className.button it will be applied to sign_up or forgotten_password view, but not to sign_in view.

What is the new behavior?

The classes passed in property className in appearance will be applied to sign_in view.

Additional context

Add any other context or screenshots.

silentworks commented 1 year ago

This was fixed by #68 the correct way.