[GH-ISSUE #3009] [BUG]: Stop generating response button not visible in light mode desktop linux v1.7.2 #1924

Closed
opened 2026-02-22 18:27:16 -05:00 by yindo · 1 comment
Owner

Originally created by @gal on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3009

Originally assigned to: @shatfield4 on GitHub.

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

In light mode, the stop generation button is not visible, as the foreground color closely matches the background.

(lightmode without hover)
Image

(lightmode on hover)
Image

(darkmode without hover)
Image

(darkmode with hover)
Image

Are there known steps to reproduce?

Invoke a model in light mode, stop generating button is not visible.

Originally created by @gal on GitHub (Jan 23, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3009 Originally assigned to: @shatfield4 on GitHub. ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? In light mode, the stop generation button is not visible, as the foreground color closely matches the background. (lightmode without hover) ![Image](https://github.com/user-attachments/assets/7a6527dc-ee05-4d79-9d5a-d22a1c68c7f2) (lightmode on hover) ![Image](https://github.com/user-attachments/assets/eede4161-5d6a-433f-800f-6633311f7252) (darkmode without hover) ![Image](https://github.com/user-attachments/assets/76866c66-10a6-4f39-880c-09f69c6db296) (darkmode with hover) ![Image](https://github.com/user-attachments/assets/232fa0db-8910-4043-a604-6acb8910967e) ### Are there known steps to reproduce? Invoke a model in light mode, stop generating button is not visible.
yindo added the bugUI/UX labels 2026-02-22 18:27:16 -05:00
yindo closed this issue 2026-02-22 18:27:16 -05:00
Author
Owner
@gal commented on GitHub (Jan 23, 2025): Looks like its the className should just have `opacity/60` instead of `text-white/60` https://github.com/Mintplex-Labs/anything-llm/blob/604e7c9218ec72fc2b10e946cc3cae8ecb7d97fe/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/StopGenerationButton/index.jsx#L11-L18
yindo changed title from [BUG]: Stop generating response button not visible in light mode desktop linux v1.7.2 to [GH-ISSUE #3009] [BUG]: Stop generating response button not visible in light mode desktop linux v1.7.2 2026-06-05 14:43:29 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1924