@@ -3,26 +3,26 @@ import { Skeleton } from '@sim/emcn'
33export default function SignupLoading ( ) {
44 return (
55 < div className = 'flex flex-col items-center' >
6- < Skeleton className = 'h-[38px] w-[100px] rounded-[4px] ' />
6+ < Skeleton className = 'h-[38px] w-[100px] rounded-sm ' />
77 < div className = 'mt-8 w-full space-y-2' >
8- < Skeleton className = 'h-[14px] w-[40px] rounded-[4px] ' />
9- < Skeleton className = 'h-[44px] w-full rounded-[10px] ' />
8+ < Skeleton className = 'h-[14px] w-[40px] rounded-sm ' />
9+ < Skeleton className = 'h-[44px] w-full rounded-lg ' />
1010 </ div >
1111 < div className = 'mt-4 w-full space-y-2' >
12- < Skeleton className = 'h-[14px] w-[40px] rounded-[4px] ' />
13- < Skeleton className = 'h-[44px] w-full rounded-[10px] ' />
12+ < Skeleton className = 'h-[14px] w-[40px] rounded-sm ' />
13+ < Skeleton className = 'h-[44px] w-full rounded-lg ' />
1414 </ div >
1515 < div className = 'mt-4 w-full space-y-2' >
16- < Skeleton className = 'h-[14px] w-[64px] rounded-[4px] ' />
17- < Skeleton className = 'h-[44px] w-full rounded-[10px] ' />
16+ < Skeleton className = 'h-[14px] w-[64px] rounded-sm ' />
17+ < Skeleton className = 'h-[44px] w-full rounded-lg ' />
1818 </ div >
19- < Skeleton className = 'mt-6 h-[44px] w-full rounded-[10px] ' />
20- < Skeleton className = 'mt-6 h-[1px] w-full rounded-[1px] ' />
19+ < Skeleton className = 'mt-6 h-[44px] w-full rounded-lg ' />
20+ < Skeleton className = 'mt-6 h-[1px] w-full rounded-full ' />
2121 < div className = 'mt-6 flex w-full gap-3' >
22- < Skeleton className = 'h-[44px] flex-1 rounded-[10px] ' />
23- < Skeleton className = 'h-[44px] flex-1 rounded-[10px] ' />
22+ < Skeleton className = 'h-[44px] flex-1 rounded-lg ' />
23+ < Skeleton className = 'h-[44px] flex-1 rounded-lg ' />
2424 </ div >
25- < Skeleton className = 'mt-6 h-[14px] w-[220px] rounded-[4px] ' />
25+ < Skeleton className = 'mt-6 h-[14px] w-[220px] rounded-sm ' />
2626 </ div >
2727 )
2828}
0 commit comments