Skip to content

Commit 179c2b3

Browse files
committed
Increase loading dots size
1 parent 6834e62 commit 179c2b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chat/src/components/MessageList.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)