mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 18:43:44 -05:00
[GH-ISSUE #7671] Admin Menu Contrast Reduction #30364
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 @statianzo on GitHub (Dec 6, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7671
Bug Report
Installation Method
docker-compose of
ghcr.io/open-webui/open-webui:0.4.7Environment
Open WebUI Version: 0.4.7
Operating System: macOS Sonoma 14.7.1
Browser: Firefox 134.0b3
Confirmation:
I have included the Docker container logs.(UI Issue)Expected Behavior:
Menu items that have sufficient color contrast to align with WCAG 2.2 (4.5:1)
Actual Behavior:
Admin menu items have a contrast ratio of 1.59:1
Description
Bug Summary:
After upgrading to 0.4.7 from 0.3.x, I was confused when I first saw the Admin Settings menu. All the items appeared disabled. After selecting one, I realized this isn't the case.
There was a style change in
fae6731137to have buttonstext-gray-300.The move towards a light font color on top of a white background is challenging for users with reduced contrast perception. Web Content Accessibility Guidelines recommend a 4.5:1 ratio for body text like the menu items.
Reproduction Details
Steps to Reproduce:
/admin/settingsLogs and Screenshots
Screenshots/Screen Recordings (if applicable):
Admin Settings in 0.4.7
Admin Settings in 0.3.35
Firefox Accessibility Panel 0.4.7
Additional Information
Wanted to take this spot to share my genuine appreciation for OpenWeb UI. It's an excellent project that has been useful for making the most of self-hosted LLMs. ❤️ Thank you!
@tjbck commented on GitHub (Dec 7, 2024):
Intended styling.