diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/StopGenerationButton/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/StopGenerationButton/index.jsx index 6d0f091935..bce3c68429 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/StopGenerationButton/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/StopGenerationButton/index.jsx @@ -13,7 +13,7 @@ export default function StopGenerationButton() { onClick={emitHaltEvent} data-tooltip-id="stop-generation-button" data-tooltip-content="Stop generating response" - className="border-none text-white/60 cursor-pointer group" + className="border-none text-white/60 cursor-pointer group -mr-1.5 mt-1.5" aria-label="Stop generating" > @@ -44,7 +46,7 @@ export default function StopGenerationButton() { id="stop-generation-button" place="bottom" delayShow={300} - className="tooltip !text-xs invert" + className="tooltip !text-xs z-99 -ml-1" /> );