File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ export default function MessageList({
29
29
< div className = "flex space-x-1" >
30
30
< div
31
31
aria-hidden = "true"
32
- className = { `size-1 rounded-full bg-foreground animate-pulse [animation-delay:0ms]` }
32
+ className = { `size-2 rounded-full bg-foreground animate-pulse [animation-delay:0ms]` }
33
33
/>
34
34
< div
35
35
aria-hidden = "true"
36
- className = { `size-1 rounded-full bg-foreground animate-pulse [animation-delay:300ms]` }
36
+ className = { `size-2 rounded-full bg-foreground animate-pulse [animation-delay:300ms]` }
37
37
/>
38
38
< div
39
39
aria-hidden = "true"
40
- className = { `size-1 rounded-full bg-foreground animate-pulse [animation-delay:600ms]` }
40
+ className = { `size-2 rounded-full bg-foreground animate-pulse [animation-delay:600ms]` }
41
41
/>
42
42
< span className = "sr-only" > Loading...</ span >
43
43
</ div >
You can’t perform that action at this time.
0 commit comments