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

fixes class names not propagating to email auth components #68

Closed ZackDeRose closed 1 year ago

ZackDeRose commented 1 year ago

What kind of change does this PR introduce?

Bug fix #66

What is the current behavior?

(see #66) - class names are not applied to email components

What is the new behavior?

Class names properly applied.

See the new storybook story:

Screen Shot 2022-11-07 at 4 05 57 PM

Additional context

I added a story to storybook to demonstrate proper class propagation. I couldn't figure out how to add tests here, but would be nice to have for this case in particular.

ZackDeRose commented 1 year ago

Maybe duplicate of #62