mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-27 08:25:50 +00:00
## Summary When a text widget in Vue nodes has an upstream node connected to it, the widget becomes read-only. However, the disabled state token color is virtually the same as the default node background color, making it difficult to visually distinguish that the widget is disabled. This update changes readonly widgets to use a darker background ## Changes - **What**: - add read only widget bg style ## Screenshots (if applicable) Before <img width="2556" height="1858" alt="Screen Shot 2026-05-25 at 06 05 43" src="https://github.com/user-attachments/assets/897a5157-8d4a-4258-9bca-41ca0289bfb6" /> After <img width="2556" height="1858" alt="Screen Shot 2026-05-25 at 06 04 59" src="https://github.com/user-attachments/assets/a052d040-8a26-4bea-a998-9dde1734a71a" /> Light theme: <img width="550" height="654" alt="image" src="https://github.com/user-attachments/assets/52d898c7-0c71-4bd8-a5bd-426e8dc5e8b0" />