Hi,
I'd like to use the new Next Js Auth components, but struggling with how to style up the buttons & text. I can style up individual components from Supabase UI - e.g. set the backgroundColor of a button by passing style : {backgroundColor : 'Red"} but once inside the Auth component I can't figure out how to style up the subcomponents. Is there any guide to how to use the style props of the Auth components to fully style them up? Thanks