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>
+9 -1
View File
@@ -54,7 +54,15 @@ export function LobbySkeleton() {
flexShrink: 0,
}}
>
<div style={{ ...shimmer, width: '32px', height: '32px', borderRadius: '50%', flexShrink: 0 }} />
<div
style={{
...shimmer,
width: '32px',
height: '32px',
borderRadius: '50%',
flexShrink: 0,
}}
/>
<div style={{ ...shimmer, width: '130px', height: '16px' }} />
<div style={{ flex: 1 }} />
<div style={{ ...shimmer, width: '24px', height: '24px', borderRadius: '4px' }} />