Sign-in/Sign-up con identidad Forge (clara industrial) - #93
Conversation
…uera violeta viejo
…uera violeta viejo
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: de1ee8feb3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| colorPrimary: "#000000", | ||
| colorText: "#1b1b1b", | ||
| colorTextSecondary: "#6B7280", | ||
| colorBackground: "#ffffff", | ||
| colorInputBackground: "#ffffff", | ||
| colorInputText: "#1b1b1b", | ||
| colorDanger: "#b91c1c", |
There was a problem hiding this comment.
Replace hard-coded auth colors with tokens
/workspace/vforge/AGENTS.md §5 says production code must not hardcode colors and should use CSS tokens instead. This new forgeAppearance object, duplicated in the sign-up page too, introduces fixed hex values for all Clerk colors and page inline styles, so these auth screens bypass the token system/theme and will drift from future brand or accessibility token updates; wire these values through existing/new var(--...) tokens instead.
Useful? React with 👍 / 👎.
Re-viste /sign-in y /sign-up con la identidad Forge nueva (la de la landing en vforge.site): fondo blanco, tinta #1b1b1b, gris #6B7280, líneas #e2e2e2, Inter + JetBrains Mono, botón primario negro, línea negra superior. Fuera el dark violeta VFORGE viejo. Appearance de Clerk inline (variables + elements), textos en inglés acordes a la landing. Sin tocar lógica de auth.