mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-08 23:03:29 -05:00
Task description and comments text are the wrong colour in the kanban task modal #41
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 @jacquesh on GitHub (Mar 27, 2022).
The task description and comments text show up white rather than black (or at least light rather than dark) over the light background when opening task details from Kanban view specifically.
Opening tasks from the other views navigates to a page dedicated to that task. These have the correct text colour. However when opening (clicking on) a task in Kanban view, tasks open in a modal and in that modal the text is the wrong colour, as shown in the screenshot below (red arrows are mine):

This is on frontend version: 0.18.1+1124-28af46bcd3
@kolaente commented on GitHub (Mar 28, 2022):
This should be fixed in
a8fe2cdcbdCan you reproduce this on try?
@jacquesh commented on GitHub (Mar 29, 2022):
I can confirm it works now on the demo page, thanks for the quick response!
I haven't updated my local instance yet, I'll have try that a bit later but if it works on the demo instance then I expect the same will be true elsewhere.
@jacquesh commented on GitHub (Mar 29, 2022):
Updated my local instance to build 0.18.1+1432-160c099ff8 (the unstable build from 03/29/2022 05:36:13 AM +00:00) and I can confirm the issue is fixed there too. Thanks!
@kolaente commented on GitHub (Mar 29, 2022):
Closing as fixed in unstable, a new stable release will follow soon-ish.