langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.41k stars 4.22k forks source link

fix: add underline to name of component to make it look clickable on error #4796

Closed lucaseduoli closed 2 days ago

lucaseduoli commented 2 days ago

This pull request includes a small change to the src/frontend/src/modals/IOModal/components/chatView/chatMessage/newChatMessage.tsx file. The change modifies the styling of a span element to always underline when closeChat is true, removing the hover effect.

Styling change: