mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #21899] issue: TailwindCSS custom color gray is not correctly applied #35136
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 @ingmarvanhulzen on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21899
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.5
Ollama Version (if applicable)
No response
Operating System
macOS Tahoe
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I except that the
--color-gray-50 .... --color-gray-950are available at the root css theme layer.Actual Behavior
The current implementation uses the old
tailwindcss.config.jsto override the gray color usingtheme.extend.color.graybut the problem is that with TailwindCSS v4 we should use the@themelayer within oursrc/tailwind.cssfile to set root theme variables. Now if we inspect our CSS there is no--color-gray-xvariable defined.Current theme layer
Steps to Reproduce
--color-gray-xis missingLogs & Screenshots
Additional Information
No response