Statuses: Change Font Color Based on Status Color
Keith Herzog
Statuses: Change Font Color Based on Status Color. Some status labels are hard to read with some of the lighter status colors. Need option of both black and white font - or customized font color.
Log In
Felix Bernhard
As of today, most labels are legible with adjusted font colors (e.g. in list and tickets. However, in some places of the app, the labels are still not adjusted as expected, like in the workspace space overview/settings page (see third screenshot)
Photo Viewer
View photos in a modal
Waleed Elaghil
Merged in a post:
Status text color in list view
P
Patrick Vissenberg
I've a suggestion to base the text color on the background color that it's on. For example, I can't really see the text of some status (see picture).
Photo Viewer
View photos in a modal
Nick Kadutskyi
I think this one is really important because you can't really use any of bright colors.
In my case I use chrome extension to add my own CSS to adjust styles as you see on the screenshot.
To do that I added this CSS:
.cu-task-list-header__item-label-body[style="background: rgb(249, 217, 0);"] span,
.cu-task-list-header__item-label-body[style="background: rgb(166, 164, 168);"] span
{
color: black;
}
.task-status[style="color: rgb(249, 217, 0);"] .task-status__value,
.task-status[style="color: rgb(166, 164, 168);"] .task-status__value
{
color: black;
}
Hopefully they will think through app colors.
Waleed Elaghil it would be cool to have a better adjusted color scheme that will consider accessibility of texts on various backgrounds.
It seems like a simple task. Would it be possible to consider this update in a nearest future?
I think that all light colors should have a darker color text instead of white.
In my case light yellow and light grey look much better with black text.
Photo Viewer
View photos in a modal
Waleed Elaghil
Hey Nick Kadutskyi! That's a great point. I'll definitely surface this to the team 🙂