- Notifications
You must be signed in to change notification settings - Fork1.1k
fix: update openwebui icon to use whiteWithColor instead to fix rendering issue#21286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull request overview
This PR fixes a rendering issue with the OpenWebUI icon by changing its transformation mode from "monochrome" to "blackWithColor", and corrects the alphabetical ordering of icon entries in the defaultParametersForBuiltinIcons Map by moving tasks.svg to its proper position.
- Changed openwebui.svg transformation from "monochrome" to "blackWithColor" to fix rendering issues
- Moved tasks.svg entry to maintain alphabetical order in the icon map
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
aslilac commentedDec 16, 2025
can you provide some detail on what the issue is? this is definitely a monochrome icon, so idk what would be going wrong or what this is expected to change |
Uh oh!
There was an error while loading.Please reload this page.
change transformation for
openwebui.svgtowhiteWithColorto fix rendering issuemove
tasks.svgup to fix icon order inexternalImages.ts