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({
2929 < div className = "flex space-x-1" >
3030 < div
3131 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]` }
3333 />
3434 < div
3535 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]` }
3737 />
3838 < div
3939 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]` }
4141 />
4242 < span className = "sr-only" > Loading...</ span >
4343 </ div >
You can’t perform that action at this time.
0 commit comments