@@ -11,7 +11,7 @@ function Button({ children, ...props }: { children: React.ReactNode }) {
11
11
return (
12
12
< button
13
13
type = 'button'
14
- className = 'relative w-full rounded-md bg-neutral-600 bg-gradient-to-b from-neutral-500 to-neutral-600 py-1.5 text-sm font-medium text-white shadow-[0_1px_1px_0_theme(colors.white/10%)_inset,0_1px_2.5px_0_theme(colors.black/36%)] outline-none ring-1 ring-inset ring-neutral-600 before:absolute before:inset-0 before:rounded-md before:bg-white/10 before:opacity-0 hover:before:opacity-100 focus-visible:outline-offset-2 focus-visible:outline-neutral-600 active:bg-neutral-600 active:text-white/60 active:before:opacity-0 truncate '
14
+ className = 'relative w-full truncate rounded-md bg-neutral-600 bg-gradient-to-b from-neutral-500 to-neutral-600 py-1.5 text-sm font-medium text-white shadow-[0_1px_1px_0_theme(colors.white/10%)_inset,0_1px_2.5px_0_theme(colors.black/36%)] outline-none ring-1 ring-inset ring-neutral-600 before:absolute before:inset-0 before:rounded-md before:bg-white/10 before:opacity-0 hover:before:opacity-100 focus-visible:outline-offset-2 focus-visible:outline-neutral-600 active:bg-neutral-600 active:text-white/60 active:before:opacity-0'
15
15
{ ...props }
16
16
>
17
17
{ children }
@@ -29,7 +29,7 @@ export default function SignInPage() {
29
29
< SignIn . Step
30
30
name = 'start'
31
31
data-test-id = 'sign-in-step-start'
32
- className = 'w-full space-y-6 rounded-2xl px-4 py-10 sm:w-96 sm:px-8 bg-white '
32
+ className = 'w-full space-y-6 rounded-2xl bg-white px-4 py-10 sm:w-96 sm:px-8'
33
33
>
34
34
< header className = 'text-center' >
35
35
< h1 className = 'text-xl font-medium tracking-tight text-neutral-950' > Sign in to Clover</ h1 >
@@ -59,7 +59,7 @@ export default function SignInPage() {
59
59
</ Clerk . Field >
60
60
< Clerk . Field
61
61
name = 'password'
62
- className = 'opacity-0 h-0 pointer-events-none absolute'
62
+ className = 'pointer-events-none absolute h-0 opacity-0 '
63
63
>
64
64
< Clerk . Input />
65
65
</ Clerk . Field >
@@ -87,7 +87,7 @@ export default function SignInPage() {
87
87
</ SignIn . Step >
88
88
< SignIn . Step
89
89
name = 'choose-strategy'
90
- className = 'w-full space-y-6 rounded-2xl px-4 py-10 sm:w-96 sm:px-8 bg-white '
90
+ className = 'w-full space-y-6 rounded-2xl bg-white px-4 py-10 sm:w-96 sm:px-8'
91
91
>
92
92
< header className = 'text-center' >
93
93
< h1 className = 'text-xl font-medium tracking-tight text-neutral-950' > Use another method</ h1 >
@@ -133,15 +133,15 @@ export default function SignInPage() {
133
133
< p className = 'text-center text-sm' >
134
134
< SignIn . Action
135
135
navigate = 'previous'
136
- className = 'hover:cursor-pointer rounded px-1 py-0.5 text-neutral-700 outline-none hover:bg-neutral-100 focus-visible:bg-neutral-100'
136
+ className = 'rounded px-1 py-0.5 text-neutral-700 outline-none hover:cursor-pointer hover:bg-neutral-100 focus-visible:bg-neutral-100'
137
137
>
138
138
Go back
139
139
</ SignIn . Action >
140
140
</ p >
141
141
</ SignIn . Step >
142
142
< SignIn . Step
143
143
name = 'forgot-password'
144
- className = 'w-full space-y-6 rounded-2xl px-4 py-10 sm:w-96 sm:px-8 bg-white '
144
+ className = 'w-full space-y-6 rounded-2xl bg-white px-4 py-10 sm:w-96 sm:px-8'
145
145
>
146
146
< header className = 'text-center' >
147
147
< h1 className = 'text-xl font-medium tracking-tight text-neutral-950' > Forgot password?</ h1 >
@@ -171,12 +171,12 @@ export default function SignInPage() {
171
171
</ SignIn . Step >
172
172
< SignIn . Step
173
173
name = 'verifications'
174
- className = 'w-full space-y-6 rounded-2xl px-4 py-10 sm:w-96 sm:px-8 bg-white '
174
+ className = 'w-full space-y-6 rounded-2xl bg-white px-4 py-10 sm:w-96 sm:px-8'
175
175
>
176
176
< SignIn . Strategy name = 'password' >
177
177
< header className = 'text-center' >
178
178
< h1 className = 'text-xl font-medium tracking-tight text-neutral-950' > Enter your password</ h1 >
179
- < p className = 'text-sm mt-2 text-neutral-500' >
179
+ < p className = 'mt-2 text-sm text-neutral-500' >
180
180
Welcome back < SignIn . Salutation />
181
181
</ p >
182
182
</ header >
@@ -301,15 +301,15 @@ export default function SignInPage() {
301
301
< div className = 'text-center text-sm' >
302
302
< SignIn . Action
303
303
navigate = 'choose-strategy'
304
- className = 'hover:cursor-pointer rounded px-1 py-0.5 text-neutral-700 outline-none hover:bg-neutral-100 focus-visible:bg-neutral-100'
304
+ className = 'rounded px-1 py-0.5 text-neutral-700 outline-none hover:cursor-pointer hover:bg-neutral-100 focus-visible:bg-neutral-100'
305
305
>
306
306
Use another method
307
307
</ SignIn . Action >
308
308
</ div >
309
309
</ SignIn . Step >
310
310
< SignIn . Step
311
311
name = 'reset-password'
312
- className = 'w-full space-y-6 rounded-2xl px-4 py-10 sm:w-96 sm:px-8 bg-white '
312
+ className = 'w-full space-y-6 rounded-2xl bg-white px-4 py-10 sm:w-96 sm:px-8'
313
313
>
314
314
< header className = 'text-center' >
315
315
< h1 className = 'text-xl font-medium tracking-tight text-neutral-950' > Reset your password</ h1 >
0 commit comments