@@ -231,7 +231,7 @@ function RegisterPageContent() {
231231 >
232232 { isLoading ? (
233233 < >
234- < SpinnerIcon className = "mr-2 h-4 w -4 animate-spin" />
234+ < SpinnerIcon className = "mr-2 size -4 animate-spin" />
235235 Sending...
236236 </ >
237237 ) : (
@@ -350,7 +350,7 @@ function RegisterPageContent() {
350350 < TooltipProvider >
351351 < Tooltip >
352352 < TooltipTrigger asChild >
353- < InfoIcon className = "h-4 w -4 text-muted-foreground" />
353+ < InfoIcon className = "size -4 text-muted-foreground" />
354354 </ TooltipTrigger >
355355 < TooltipContent >
356356 < p > Password must be at</ p >
@@ -381,9 +381,9 @@ function RegisterPageContent() {
381381 variant = "ghost"
382382 >
383383 { showPassword ? (
384- < EyeSlashIcon className = "h-4 w -4" />
384+ < EyeSlashIcon className = "size -4" />
385385 ) : (
386- < EyeIcon className = "h-4 w -4" />
386+ < EyeIcon className = "size -4" />
387387 ) }
388388 </ Button >
389389 </ div >
@@ -420,9 +420,9 @@ function RegisterPageContent() {
420420 variant = "ghost"
421421 >
422422 { showConfirmPassword ? (
423- < EyeSlashIcon className = "h-4 w -4" />
423+ < EyeSlashIcon className = "size -4" />
424424 ) : (
425- < EyeIcon className = "h-4 w -4" />
425+ < EyeIcon className = "size -4" />
426426 ) }
427427 </ Button >
428428 </ div >
@@ -501,7 +501,7 @@ function RegisterPageContent() {
501501 >
502502 { isLoading ? (
503503 < >
504- < SpinnerIcon className = "mr-2 h-4 w -4 animate-spin" />
504+ < SpinnerIcon className = "mr-2 size -4 animate-spin" />
505505 < span className = "hidden sm:inline" > Creating account...</ span >
506506 < span className = "sm:hidden" > Creating...</ span >
507507 </ >
@@ -562,7 +562,7 @@ export default function RegisterPage() {
562562 < div className = "flex h-screen items-center justify-center bg-background" >
563563 < div className = "relative" >
564564 < div className = "absolute inset-0 animate-ping rounded-full bg-primary/20 blur-xl" />
565- < SpinnerIcon className = "relative h-8 w -8 animate-spin text-primary" />
565+ < SpinnerIcon className = "relative size -8 animate-spin text-primary" />
566566 </ div >
567567 </ div >
568568 }
0 commit comments