W
Wasp-lang•3mo ago
MOTLAKZ

Form Styling

I am having trouble finding the appropriate form template to style so that it looks more like my preferred colors. I tried using keywords, checking the whole client folder, exploring other folders, components, and form pages. All I am seeing is the SignupPage importing SignupForm but I cannot locate said form to change its styles. I tried altering FormLayout component to no avail. How do we change the forms?
2 Replies
miho
miho•3mo ago
Did you try the docs? 😊 https://wasp-lang.dev/docs/auth/ui
Auth UI | Wasp
To make using authentication in your app as easy as possible, Wasp generates the server-side code but also the client-side UI for you. It enables you to quickly get the login, signup, password reset and email verification flows in your app.
MOTLAKZ
MOTLAKZ•3mo ago
@miho Thanks for pointing me in the right direction. I was looking at the OpenSaas Docs, guess that's why I missed it 😄