correct auth forms

This commit is contained in:
Arthur Barre 2025-03-11 13:14:13 +01:00
parent 191b8a4da2
commit 36f65152f5
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ export function LoginForm({
{loading ? "Connexion en cours..." : "Se connecter"} {loading ? "Connexion en cours..." : "Se connecter"}
</Button> </Button>
<div className="after:border-border relative text-center text-sm after:absolute after:inset-0 after:top-1/2 after:z-0 after:flex after:items-center after:border-t"> <div className="after:border-border relative text-center text-sm after:absolute after:inset-0 after:top-1/2 after:z-0 after:flex after:items-center after:border-t">
<span className="text-muted-foreground relative z-10 px-2"> <span className="bg-amber-50 text-muted-foreground relative z-10 px-2">
Ou continuer avec Ou continuer avec
</span> </span>
</div> </div>

View File

@ -123,7 +123,7 @@ export function RegisterForm({
{loading ? "Création en cours..." : "Créer un compte"} {loading ? "Création en cours..." : "Créer un compte"}
</Button> </Button>
<div className="after:border-border relative text-center text-sm after:absolute after:inset-0 after:top-1/2 after:z-0 after:flex after:items-center after:border-t"> <div className="after:border-border relative text-center text-sm after:absolute after:inset-0 after:top-1/2 after:z-0 after:flex after:items-center after:border-t">
<span className="bg-background text-muted-foreground relative z-10 px-2"> <span className="bg-amber-50 text-muted-foreground relative z-10 px-2">
Ou continuez avec Ou continuez avec
</span> </span>
</div> </div>