@@ -768,14 +768,15 @@ export default function LoginForm() {
768768 < Button
769769 type = 'button'
770770 variant = 'outline'
771- className = { `group border-primary/20 bg-primary/5 hover:border-primary/50 hover:bg-primary/10 h-auto w-full justify-between px-3 py-3 text-left ${ className } ` }
771+ className = { `group h-auto w-full !justify-between px-3 py-3 text-left ${ className } ` }
772+ disabled = { loading }
772773 onClick = { ( ) => setShowLdapLogin ( true ) }
773774 >
774775 < span className = 'flex min-w-0 items-center gap-3' >
775- < span className = 'bg-primary/15 text-primary flex h-9 w-9 shrink-0 items-center justify-center rounded-lg' >
776+ < span className = 'bg-primary/10 text-primary flex h-9 w-9 shrink-0 items-center justify-center rounded-lg' >
776777 < Network className = 'h-4 w-4' />
777778 </ span >
778- < span className = 'min-w-0' >
779+ < span className = 'min-w-0 text-left ' >
779780 < span className = 'text-foreground block text-sm font-semibold' > { t ( 'auth.login.ldapLogin' ) } </ span >
780781 < span className = 'text-muted-foreground block truncate text-xs font-normal' >
781782 { t ( 'auth.login.ldapLoginDescription' ) }
@@ -1459,7 +1460,7 @@ export default function LoginForm() {
14591460 < Button
14601461 type = 'button'
14611462 variant = 'outline'
1462- className = 'group h-auto w-full justify-between px-3 py-3 text-left'
1463+ className = 'group h-auto w-full ! justify-between px-3 py-3 text-left'
14631464 disabled = { loading }
14641465 onClick = { ( ) => {
14651466 const u = ( form . username_or_email || '' ) . trim ( ) ;
@@ -1470,7 +1471,7 @@ export default function LoginForm() {
14701471 < span className = 'bg-primary/10 text-primary flex h-9 w-9 shrink-0 items-center justify-center rounded-lg' >
14711472 < Fingerprint className = 'h-4 w-4' />
14721473 </ span >
1473- < span className = 'min-w-0' >
1474+ < span className = 'min-w-0 text-left ' >
14741475 < span className = 'text-foreground block text-sm font-semibold' >
14751476 { t ( 'auth.passkey.signIn' ) }
14761477 </ span >
0 commit comments