File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/components/features/chat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ export function TypingIndicator() {
2
2
return (
3
3
< div className = "flex items-center space-x-1.5 bg-tertiary px-3 py-1.5 rounded-full" >
4
4
< span
5
- className = "w-1.5 h-1.5 bg-gray-400 rounded-full animate-[bounce_0.5s_infinite] translate-y-[-2px ]"
5
+ className = "w-1.5 h-1.5 bg-gray-400 rounded-full animate-[bounce_0.5s_infinite] translate-y-[1px ]"
6
6
style = { { animationDelay : "0ms" } }
7
7
/>
8
8
< span
9
- className = "w-1.5 h-1.5 bg-gray-400 rounded-full animate-[bounce_0.5s_infinite] translate-y-[-2px ]"
9
+ className = "w-1.5 h-1.5 bg-gray-400 rounded-full animate-[bounce_0.5s_infinite] translate-y-[1px ]"
10
10
style = { { animationDelay : "75ms" } }
11
11
/>
12
12
< span
13
- className = "w-1.5 h-1.5 bg-gray-400 rounded-full animate-[bounce_0.5s_infinite] translate-y-[-2px ]"
13
+ className = "w-1.5 h-1.5 bg-gray-400 rounded-full animate-[bounce_0.5s_infinite] translate-y-[1px ]"
14
14
style = { { animationDelay : "150ms" } }
15
15
/>
16
16
</ div >
You can’t perform that action at this time.
0 commit comments