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"}
|
{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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user