mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
issue: (custom) toggles have different color from Web Search #5300
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrexodia on GitHub (May 23, 2025).
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.6.10
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
Chrome (light mode)
Confirmation
README.md.Expected Behavior
The toggles should have the same colors.
Actual Behavior
The custom toggle from a function and code interpreter have a different color than the web search one. The Web Search toggle is colored in blue (
bg-blue-100) and the others are light grey which is very difficult to see in light mode (bg-gray-50).Steps to Reproduce
Logs & Screenshots
https://github.com/user-attachments/assets/235887f3-9dc9-487a-9d88-b9c4b76a5c0b
Additional Information
No response
@mrexodia commented on GitHub (May 23, 2025):
Why was it closed, where you unable to reproduce?
@Zyfax commented on GitHub (May 23, 2025):
It is already changed in dev but this is not an issue. It is a screen/contrast problem. Too high contrast and the grey color disappear everywhere anyway.
Your recording looks fine here.
@lehhair commented on GitHub (Jun 14, 2025):
This is because the icon is set as <img src=base64 instead of actually inserting a <svg. I believe this issue has not been resolved and should be reopened.