Bug: Assignee field text on card not visible in dark theme #4621
Labels
Bug
Something isn't working
Help Wanted
Extra attention is needed
Up for grabs
Looking for a contributor to fix it
Steps to reproduce the behavior
Assignee
fieldAssignee
field matches the background colorExpected behavior
In the dark theme, most text should inherit its color using the CSS variable
--center-channel-color-rgb: 220, 220, 220;
. However, this does not seem to be the case for the Assignee field. In my testing, the text in this field is visible in lighter themes. It appears as if the RGB value of51,51,51
is hardcoded in the styling for that item rather than using the theme variable.I tried hard reloading with a clean cache, new browsers, and incognito windows, and the issue persisted.
Screenshots (optional)
Original
Modified Using Developer Tools
Default Theme
Light Theme
Edition and Platform
Additional context (optional)
Add any other context about the problem here, and any notes about the severity:
Text still "legible" if you hover over the field, workaround exists by using a light theme.
The text was updated successfully, but these errors were encountered: