style: prettier format skeleton components

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lotus Bot
2026-05-22 18:59:23 -04:00
parent e76f1f0ccb
commit 8b84780d11
2 changed files with 12 additions and 2 deletions
+3 -1
View File
@@ -45,7 +45,9 @@ export function AuthSkeleton() {
}}
>
{/* Logo + app name */}
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', gap: '12px' }}>
<div
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', gap: '12px' }}
>
<div style={{ ...shimmer, width: '64px', height: '64px', borderRadius: '50%' }} />
<div style={{ ...shimmer, width: '100px', height: '20px' }} />
</div>