correct auth forms
This commit is contained in:
parent
191b8a4da2
commit
36f65152f5
@ -112,7 +112,7 @@ export function LoginForm({
|
||||
{loading ? "Connexion en cours..." : "Se connecter"}
|
||||
</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">
|
||||
<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
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -123,7 +123,7 @@ export function RegisterForm({
|
||||
{loading ? "Création en cours..." : "Créer un compte"}
|
||||
</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">
|
||||
<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
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user