tr-vs / realist

2 stars 3 forks source link

LoginPage styling #117

Closed tr-vs closed 9 months ago

tr-vs commented 10 months ago

as we are replacing the current login method with passkeys, this requires using a new authentication method. I have already set this up, but it is rather bland so we just need to make it prettier.

Currently the way to do this is to edit the props for the PassageTheme component. For reference on what we can edit specifically, check here.

As an example, below, I have made the background color orange :D

Screenshot 2023-11-29 at 10 42 14 PM

The file to edit isfrontend/rea-list/src/pages/LoginPage.js. If you can't find this file, checkout the branch passkeysimplementation

For now, there is no vision for the end result, but a good attempt will be maybe to make it look similar to the original. Of course, not everything will carry over (like the gradient border I think)