Modal close button is too dark to see in dark mode #2

Closed
opened 2021-11-04 18:22:52 +00:00 by adrinux · 5 comments
Owner

It's still possible to close the modal by clicking the edge of the screen but not obvious.

It's still possible to close the modal by clicking the edge of the screen but not obvious.
adrinux added the
bug
label 2021-11-04 18:22:57 +00:00

How about switching background color in dark mode to white so that it lightens the background instead of darken it?

If that looks wrong: I always had the feeling that the background opacity in the "lightmode" is already too strong. If we change that maybe that helps with the dark mode aswell.

As an alternative: different opacity settings for light / dark mode.

How about switching background color in dark mode to white so that it lightens the background instead of darken it? If that looks wrong: I always had the feeling that the background opacity in the "lightmode" is already too strong. If we change that maybe that helps with the dark mode aswell. As an alternative: different opacity settings for light / dark mode.
Author
Owner

It was just something I noticed whilst writing the pull request - it's an element that has been flipped white to black but should probably stay white.

The ideas about opacity and changing the background colour are interesting but I'm not sure this branch is the place to start tinkering with the light theme.

It was just something I noticed whilst writing the pull request - it's an element that has been flipped white to black but should probably stay white. The ideas about opacity and changing the background colour are interesting but I'm not sure this branch is the place to start tinkering with the light theme.
Author
Owner

This svg was inheriting the text colour via currentColor, set a different color for .close in dark mode.

Closing.

This svg was inheriting the text colour via currentColor, set a different color for .close in dark mode. Closing.

Can you move that in the TaskDetailViewModal.vue with the other .close styles?

Can you move that in the `TaskDetailViewModal.vue` with the other `.close` styles?
Author
Owner

Can you move that in the TaskDetailViewModal.vue with the other .close styles?

Done.
Thanks, knew it was wrong but didn't know where exactly to put it :)

> Can you move that in the `TaskDetailViewModal.vue` with the other `.close` styles? Done. Thanks, knew it was wrong but didn't know where exactly to put it :)
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: adrinux/frontend#2
No description provided.