diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index ee622239e2..a38b4538d0 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -950,18 +950,6 @@ const ChatTextArea = forwardRef( onScroll={() => updateHighlights()} /> - {isTtsPlaying && ( - - - - )} -
+ {isTtsPlaying && ( + + + + )}